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

@@ -1447,6 +1447,7 @@ CREATE TABLE `questionnaire_sample` (
`call_attempt_max` int(11) NOT NULL default '0',
`random_select` tinyint(1) NOT NULL default '0',
`answering_machine_messages` int(11) NOT NULL default '1',
`allow_new` TINYINT( 1 ) NOT NULL DEFAULT '1',
PRIMARY KEY (`questionnaire_id`,`sample_import_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;