From eafdddc84bb471b6e9fc6db2f487cb7a90afdda2 Mon Sep 17 00:00:00 2001 From: Kaleb Murphy Date: Mon, 24 Nov 2008 14:44:17 +0000 Subject: [PATCH] putting this in real quick before someone else changes it. Just updating the db for options to show timelimit and progress bars --- docs/upgrades/upgrade_7.6.3-7.6.4.pl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/upgrades/upgrade_7.6.3-7.6.4.pl b/docs/upgrades/upgrade_7.6.3-7.6.4.pl index 8e179f1a9..927f6804f 100644 --- a/docs/upgrades/upgrade_7.6.3-7.6.4.pl +++ b/docs/upgrades/upgrade_7.6.3-7.6.4.pl @@ -468,6 +468,8 @@ CREATE TABLE `Survey` ( `exitURL` varchar(512) default NULL, `surveyJSON` longblob, `timeLimit` mediumint(8) unsigned NOT NULL, + `showProgress` tinyint(3) unsigned NOT NULL default '0', + `showTimeLimit` tinyint(3) unsigned NOT NULL default '0', PRIMARY KEY (`assetId`,`revisionDate`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; ");