Corrected the sample-data.sql query for the settings table.

This commit is contained in:
Alex Tselegidis 2015-12-12 00:16:26 +01:00
parent e7b9b80264
commit 2b9fb849a1
1 changed files with 2 additions and 2 deletions

View File

@ -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');
--