Added the 'google_analytics_code' to the sample_data.sql file

This commit is contained in:
Alex Tselegidis 2015-11-11 23:15:00 +01:00
parent 9d706d7125
commit 6415919efd
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ 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', '');
--
-- Dumping data for table `ea_roles`