Poll answers are now randomizable.
This commit is contained in:
parent
5c903b5c39
commit
80d9099815
3 changed files with 29 additions and 6 deletions
|
|
@ -1,4 +1,5 @@
|
|||
insert into webguiVersion values ('4.5.0','upgrade',unix_timestamp());
|
||||
|
||||
insert into international values (72,'Poll',1,'Randomize answers?');
|
||||
alter table Poll add column randomizeAnswers int not null default 0;
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue