This commit is contained in:
JT Smith 2004-02-29 22:13:33 +00:00
parent 05e4ef4059
commit 61b843364c
2 changed files with 18 additions and 5 deletions

View file

@ -635,6 +635,7 @@ WebGUI::SQL->write("alter table Survey add column reportcardTemplateId int not n
WebGUI::SQL->write("alter table Survey add column overviewTemplateId int not null default 1");
WebGUI::SQL->write("alter table Survey add column maxResponsesPerUser int not null default 1");
WebGUI::SQL->write("alter table Survey add column questionsPerResponse int not null default 9999999");
WebGUI::SQL->write("alter table Survey_question add column gotoQuestion int");
#--------------------------------------------
print "\tMigrating Navigation Macro's.\n" unless ($quiet);