2
0
mirror of https://github.com/ACSPRI/queXS synced 2024-04-02 12:12:16 +00:00

Replace DEFAULT_TIME_ZONE in config file with administrative configuration

This commit is contained in:
Adam Zammit
2014-12-18 15:47:56 +11:00
parent c7f0ab0087
commit e6b125323b
10 changed files with 26 additions and 17 deletions

View File

@@ -9,6 +9,8 @@ CREATE TABLE `questionnaire_timeslot` (
PRIMARY KEY ( `questionnaire_id` , `availability_group_id` )
) ENGINE = InnoDB DEFAULT CHARSET = utf8 COLLATE = utf8_unicode_ci;
INSERT INTO `setting` (`setting_id`,`field`,`value`)
VALUES (NULL , 'DEFAULT_TIME_ZONE', 's:18:"Australia/Victoria";');
queXS 1.10.4 - Changes since 1.10.3