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

Added missing row from table for quota performance update

This commit is contained in:
azammitdcarf
2010-08-31 02:55:24 +00:00
parent 67a9711aae
commit a6a3f586e0

View File

@@ -561,6 +561,7 @@ CREATE TABLE IF NOT EXISTS `questionnaire_sample_quota_row` (
`exclude_var` char(128) collate utf8_unicode_ci NOT NULL,
`exclude_val` varchar(256) collate utf8_unicode_ci NOT NULL,
`quota_reached` tinyint(1) NOT NULL default '0',
`current_completions` int(11) NOT NULL default '0',
`description` text collate utf8_unicode_ci NOT NULL,
PRIMARY KEY (`questionnaire_sample_quota_row_id`),
KEY `questionnaire_id` (`questionnaire_id`),