merging 5.8.0 and 6.1.1 changes
This commit is contained in:
parent
ae87943d1e
commit
797b8581b6
14 changed files with 109 additions and 16296 deletions
3
docs/upgrades/upgrade_5.5.7-5.5.8.sql
Normal file
3
docs/upgrades/upgrade_5.5.7-5.5.8.sql
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
insert into webguiVersion values ('5.5.8','upgrade',unix_timestamp());
|
||||
|
||||
|
||||
5
docs/upgrades/upgrade_6.1.0-6.1.1.sql
Normal file
5
docs/upgrades/upgrade_6.1.0-6.1.1.sql
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
insert into webguiVersion values ('6.1.1','upgrade',unix_timestamp());
|
||||
delete from groups where groupId=10;
|
||||
delete from groupings where groupId=10;
|
||||
delete from groupGroupings where groupId=10 or inGroup=10;
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue