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

New Feature: Ability to disable and enable new records being drawn from a sample

This commit is contained in:
Adam Zammit
2014-11-25 10:16:44 +11:00
parent 5c6c0a3ed9
commit 02741d9478
4 changed files with 26 additions and 8 deletions

View File

@@ -1,3 +1,9 @@
queXS 1.11.0 - Changes since 1.10.4
ALTER TABLE `questionnaire_sample` ADD `allow_new` TINYINT( 1 ) NOT NULL DEFAULT '1';
queXS 1.10.4 - Changes since 1.10.3
Fixed bug: Quota priority could get below 0