Forgot the ;

这个提交包含在:
Peter Goodhall 2023-08-28 16:27:33 +01:00
父节点 575ede3eb9
当前提交 b082ccf1e3

查看文件

@ -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', 'true', 'yes')
INSERT INTO `options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (NULL, 'version2_trigger', 'true', 'yes');
-- ----------------------------
-- Table structure for timezones