Added the 'google_analytics_code' to the sample_data.sql file
This commit is contained in:
parent
9d706d7125
commit
6415919efd
1 changed files with 1 additions and 0 deletions
|
@ -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`
|
||||
|
|
Loading…
Reference in a new issue