From 2b9fb849a1384644daa7a1e7bc2e3162833ebafc Mon Sep 17 00:00:00 2001 From: Alex Tselegidis Date: Sat, 12 Dec 2015 00:16:26 +0100 Subject: [PATCH] Corrected the sample-data.sql query for the settings table. --- rsc/db/sample-data.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rsc/db/sample-data.sql b/rsc/db/sample-data.sql index c54b0f7c..7870efdf 100644 --- a/rsc/db/sample-data.sql +++ b/rsc/db/sample-data.sql @@ -22,8 +22,8 @@ INSERT INTO `ea_settings` (`id`, `name`, `value`) VALUES (3, 'company_name', 'ABC Company'), (4, 'company_email', 'info@abc-company.ea'), (5, 'company_link', 'http://www.abc-company.ea'), -(6, 'google_analytics_code', ''); -(7, 'customer_notifications', '1'); +(6, 'google_analytics_code', ''), +(7, 'customer_notifications', '1'), (8, 'date_format', 'DMY'); --