diff --git a/src/assets/sql/data.sql b/src/assets/sql/data.sql index e3ffd5ed..9cc7cca0 100644 --- a/src/assets/sql/data.sql +++ b/src/assets/sql/data.sql @@ -1,3 +1,14 @@ +-- ---------------------------------------------------------------------------- +-- Easy!Appointments - Open Source Web Scheduler +-- +-- @package EasyAppointments +-- @author A.Tselegidis +-- @copyright Copyright (c) 2013 - 2016, Alex Tselegidis +-- @license http://opensource.org/licenses/GPL-3.0 - GPLv3 +-- @link http://easyappointments.org +-- @since v1.1.0 +-- ---------------------------------------------------------------------------- + INSERT INTO ea_settings (name, value) VALUES ('google_analytics_code', ''), ('customer_notifications', '1'),