31
0
mirror of https://github.com/joomla-extensions/patchtester.git synced 2024-05-28 03:30:45 +00:00

Fix unable to process "long" files

This commit is contained in:
Nikolai Plath 2012-06-12 11:44:48 -05:00
parent 8674af3898
commit d2adc9c218

View File

@ -1,7 +1,7 @@
CREATE TABLE IF NOT EXISTS `#__tests` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`pull_id` int(11) NOT NULL,
`data` varchar(5000) NOT NULL,
`data` text NOT NULL,
`patched_by` int(11) NOT NULL,
`applied` int(11) NOT NULL,
`applied_version` varchar(25) NOT NULL,