mirror of
https://github.com/joomla-extensions/patchtester.git
synced 2024-12-22 19:09:00 +00:00
Fix unable to process "long" files
This commit is contained in:
parent
8674af3898
commit
d2adc9c218
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user