WebGUI 3.0.2 release
This commit is contained in:
parent
237925b365
commit
2845282544
8 changed files with 49 additions and 20 deletions
9
docs/upgrades/upgrade_3.0.1-3.0.2.sql
Normal file
9
docs/upgrades/upgrade_3.0.1-3.0.2.sql
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
alter table widget change widgetType namespace varchar(35);
|
||||
|
||||
INSERT INTO international VALUES (381,'WebGUI','English','WebGUI received a malformed request and was unable to continue. Proprietary characters being passed through a form typically cause this. Please feel free to hit your back button and try again.');
|
||||
|
||||
alter table Article change widgetId widgetId int not null primary key;
|
||||
alter table Item change widgetId widgetId int not null primary key;
|
||||
alter table MessageBoard change widgetId widgetId int not null primary key;
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue