From 454c737859f461d825b7f755770163a790d06c68 Mon Sep 17 00:00:00 2001 From: Adam Zammit Date: Thu, 9 Feb 2017 15:28:50 +1100 Subject: [PATCH] Fixed typos --- database/quexs.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/database/quexs.sql b/database/quexs.sql index 165a0950..5e2cc31e 100644 --- a/database/quexs.sql +++ b/database/quexs.sql @@ -868,7 +868,7 @@ CREATE TABLE `sample_import_var_restrict` ( PRIMARY KEY (`var_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; ---- -------------------------------------------------------- +-- -------------------------------------------------------- -- -- Table structure for table `sample_postcode_timezone` @@ -918,7 +918,7 @@ CREATE TABLE `sample_var` ( KEY `sample_id` (`sample_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; ---- -------------------------------------------------------- +-- -------------------------------------------------------- -- -- Table structure for table `sample_var_type`