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:
parent
241dcf7e8b
commit
eafdddc84b
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue