Typo fix doh
这个提交包含在:
父节点
fde3357d2a
当前提交
575ede3eb9
共有 1 个文件被更改,包括 1 次插入 和 1 次删除
|
|
@ -307,7 +307,7 @@ CREATE TABLE `options` (
|
||||||
|
|
||||||
--
|
--
|
||||||
-- Dumping data for table `options` that stops the version2 trigger from firing
|
-- 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
|
-- Table structure for timezones
|
||||||
|
|
|
||||||
正在加载…
在新工单中引用