putting this in real quick before someone else changes it. Just updating the db for options to show timelimit and progress bars

This commit is contained in:
Kaleb Murphy 2008-11-24 14:44:17 +00:00
parent 241dcf7e8b
commit eafdddc84b

View file

@ -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;
");