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

Database and function changes for weighted timeslots

This commit is contained in:
Adam Zammit
2016-08-03 11:02:44 +10:00
parent 6c19a12eaf
commit 5e71e9d109
4 changed files with 9 additions and 4 deletions

View File

@@ -1,3 +1,6 @@
ALTER TABLE `questionnaire_timeslot` ADD `weight` INT( 11 ) NOT NULL DEFAULT '1';
ALTER TABLE `questionnaire_sample_timeslot` ADD `weight` INT( 11 ) NOT NULL DEFAULT '1';
queXS 1.14.2 - Changes since 1.14.1
A bug fix release for the 1.14 series of queXS