mirror of
https://github.com/magicbug/Cloudlog
synced 2024-11-21 15:56:30 +00:00
Typo fix doh
This commit is contained in:
parent
fde3357d2a
commit
575ede3eb9
@ -307,7 +307,7 @@ CREATE TABLE `options` (
|
||||
|
||||
--
|
||||
-- Dumping data for table `options` that stops the version2 trigger from firing
|
||||
INSERT INTO `options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (NULL, 'version2_trigger', 'yes', 'true')
|
||||
INSERT INTO `options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (NULL, 'version2_trigger', 'true', 'yes')
|
||||
|
||||
-- ----------------------------
|
||||
-- Table structure for timezones
|
||||
|
Loading…
Reference in New Issue
Block a user