mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-10 10:02:33 +03:00
Corrected the sample-data.sql query for the settings table.
This commit is contained in:
parent
e7b9b80264
commit
2b9fb849a1
1 changed files with 2 additions and 2 deletions
|
@ -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');
|
||||
|
||||
--
|
||||
|
|
Loading…
Reference in a new issue