WebGUI 3.0.0 release
This commit is contained in:
parent
08b81c6064
commit
baec9039ef
82 changed files with 1939 additions and 1483 deletions
5
docs/upgrades/upgrade_2.7.0-3.0.0.sql
Normal file
5
docs/upgrades/upgrade_2.7.0-3.0.0.sql
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
update page set title='no title' where title='';
|
||||
update page set title='no title' where title=NULL;
|
||||
update page set urlizedTitle='no_title' where urlizedTitle='';
|
||||
update page set urlizedTitle='no_title' where urlizedTitle=NULL;
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue