forked from mirrors/easyappointments
Corrected record ID in the sample-data.sql file.
This commit is contained in:
parent
f899b2078d
commit
f935337ea1
1 changed files with 1 additions and 1 deletions
|
@ -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`
|
||||||
|
|
Loading…
Reference in a new issue