From b082ccf1e31aecd5a4747a7afb08aaa564937b73 Mon Sep 17 00:00:00 2001 From: Peter Goodhall Date: Mon, 28 Aug 2023 16:27:33 +0100 Subject: [PATCH] Forgot the ; --- install/assets/install.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/assets/install.sql b/install/assets/install.sql index 013a5316..894dadd2 100755 --- a/install/assets/install.sql +++ b/install/assets/install.sql @@ -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