From 614647435f04b1b65bd9c1fa2a6dc6407bab0eb9 Mon Sep 17 00:00:00 2001 From: azammitdcarf Date: Wed, 16 Feb 2011 05:06:00 +0000 Subject: [PATCH] Missing comma --- database/quexs.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/database/quexs.sql b/database/quexs.sql index cec72aa2..89be649f 100644 --- a/database/quexs.sql +++ b/database/quexs.sql @@ -472,7 +472,7 @@ CREATE TABLE `questionnaire` ( `rs_answeringmachine` text collate utf8_unicode_ci NOT NULL, `lime_rs_sid` int(11) default NULL, `info` text collate utf8_unicode_ci default NULL, - `enabled` tinyint(1) NOT NULL default '1' + `enabled` tinyint(1) NOT NULL default '1', PRIMARY KEY (`questionnaire_id`) ) ENGINE=InnoDB DEFAULT CHARACTER SET utf8 COLLATE utf8_unicode_ci;