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

View file

@ -25,7 +25,7 @@ INSERT INTO `ea_settings` (`id`, `name`, `value`) VALUES
(6, 'google_analytics_code', ''), (6, 'google_analytics_code', ''),
(7, 'customer_notifications', '1'), (7, 'customer_notifications', '1'),
(8, 'date_format', 'DMY'), (8, 'date_format', 'DMY'),
(8, 'require_captcha', '1'); (9, 'require_captcha', '1');
-- --
-- Dumping data for table `ea_roles` -- Dumping data for table `ea_roles`