mirror of
https://github.com/joomla-extensions/patchtester.git
synced 2025-01-10 17:24:39 +00:00
Clean up one more SQL file - most important one
This commit is contained in:
parent
d2789bbca4
commit
832493a610
@ -19,10 +19,3 @@ CREATE TABLE IF NOT EXISTS `#__patchtester_tests` (
|
||||
`applied_version` varchar(25) NOT NULL,
|
||||
PRIMARY KEY (`id`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 DEFAULT COLLATE=utf8mb4_unicode_ci;
|
||||
|
||||
CREATE TABLE IF NOT EXISTS `#__patchtester_chain` (
|
||||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||||
`insert_id` int(11) NOT NULL,
|
||||
`pull_id` int(11) NOT NULL,
|
||||
PRIMARY KEY (`id`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 DEFAULT COLLATE=utf8mb4_unicode_ci;
|
||||
|
Loading…
Reference in New Issue
Block a user