mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-10 10:02:33 +03:00
Merge branch 'develop' of https://github.com/alextselegidis/easyappointments into develop
This commit is contained in:
commit
f62e4df9f1
1 changed files with 2 additions and 1 deletions
|
@ -21,7 +21,8 @@ INSERT INTO `ea_settings` (`id`, `name`, `value`) VALUES
|
|||
(2, 'book_advance_timeout', '30'),
|
||||
(3, 'company_name', 'ABC Company'),
|
||||
(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', '');
|
||||
|
||||
--
|
||||
-- Dumping data for table `ea_roles`
|
||||
|
|
Loading…
Reference in a new issue