WebGUI 2.7.0 release
This commit is contained in:
parent
c0463670e8
commit
08b81c6064
104 changed files with 7333 additions and 2576 deletions
5
docs/upgrades/upgrade_1.2.0-1.2.1.sql
Normal file
5
docs/upgrades/upgrade_1.2.0-1.2.1.sql
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
alter table Poll add column graphWidth_temp int after active;
|
||||
update Poll set graphWidth_temp=graphWidth;
|
||||
alter table Poll drop graphWidth;
|
||||
alter table Poll change graphWidth_temp graphWidth int;
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue