Corrected record ID in the sample-data.sql file.

This commit is contained in:
Alex Tselegidis 2015-12-30 21:31:26 +01:00
parent f899b2078d
commit f935337ea1
1 changed files with 1 additions and 1 deletions

View File

@ -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`