Fixes #43 problem with warnings.

This commit is contained in:
Alex Tselegidis 2016-01-04 23:28:52 +01:00
parent 3a5227f687
commit 9918631c0f
2 changed files with 0 additions and 23 deletions

View File

@ -1,14 +1,3 @@
-- ----------------------------------------------------------------------------
-- Easy!Appointments - Open Source Web Scheduler
--
-- @package EasyAppointments
-- @author A.Tselegidis <alextselegidis@gmail.com>
-- @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'),

View File

@ -1,18 +1,6 @@
-- ----------------------------------------------------------------------------
-- Easy!Appointments - Open Source Web Scheduler
--
-- @package EasyAppointments
-- @author A.Tselegidis <alextselegidis@gmail.com>
-- @copyright Copyright (c) 2013 - 2016, Alex Tselegidis
-- @license http://opensource.org/licenses/GPL-3.0 - GPLv3
-- @link http://easyappointments.org
-- @since v1.0.0
-- ----------------------------------------------------------------------------
SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
SET time_zone = "+00:00";
CREATE TABLE IF NOT EXISTS `ea_appointments` (
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`book_datetime` datetime DEFAULT NULL,