Added required value in the sample-data.sql and increased the migaration number.

This commit is contained in:
Alex Tselegidis 2015-11-28 11:10:13 +01:00
parent 8fd024d34d
commit 2ad9e11f15
2 changed files with 2 additions and 1 deletions

View file

@ -23,6 +23,7 @@ INSERT INTO `ea_settings` (`id`, `name`, `value`) VALUES
(4, 'company_email', 'info@abc-company.ea'), (4, 'company_email', 'info@abc-company.ea'),
(5, 'company_link', 'http://www.abc-company.ea'), (5, 'company_link', 'http://www.abc-company.ea'),
(6, 'google_analytics_code', ''); (6, 'google_analytics_code', '');
(7, 'customer_notifications', '1');
-- --
-- Dumping data for table `ea_roles` -- Dumping data for table `ea_roles`

View file

@ -21,7 +21,7 @@ $config['migration_enabled'] = TRUE;
| be upgraded / downgraded to. | be upgraded / downgraded to.
| |
*/ */
$config['migration_version'] = 2; // current $config['migration_version'] = 3; // current
/* /*