WebGUI 2.3.2 release
This commit is contained in:
parent
ed6b015cbc
commit
12f9388a06
17 changed files with 83 additions and 79 deletions
4
docs/upgrades/upgrade_2.3.1-2.3.2.sql
Normal file
4
docs/upgrades/upgrade_2.3.1-2.3.2.sql
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
alter table LinkList_link change name name varchar(128);
|
||||
alter table UserSubmission_submission change title title varchar(128);
|
||||
insert into settings values ('VERSION','2.3.2');
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue