From f935337ea10fdff80a53716bdebc7dd99bb22512 Mon Sep 17 00:00:00 2001 From: Alex Tselegidis Date: Wed, 30 Dec 2015 21:31:26 +0100 Subject: [PATCH] Corrected record ID in the sample-data.sql file. --- rsc/db/sample-data.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rsc/db/sample-data.sql b/rsc/db/sample-data.sql index 8f61e722..7758b8b6 100644 --- a/rsc/db/sample-data.sql +++ b/rsc/db/sample-data.sql @@ -25,7 +25,7 @@ INSERT INTO `ea_settings` (`id`, `name`, `value`) VALUES (6, 'google_analytics_code', ''), (7, 'customer_notifications', '1'), (8, 'date_format', 'DMY'), -(8, 'require_captcha', '1'); +(9, 'require_captcha', '1'); -- -- Dumping data for table `ea_roles`