preparing for 6.0.1 release
This commit is contained in:
parent
8ad52ed3e4
commit
74ec95fcac
2 changed files with 344 additions and 100 deletions
443
docs/create.sql
443
docs/create.sql
File diff suppressed because one or more lines are too long
|
|
@ -1,3 +1,4 @@
|
|||
insert into webguiVersion values ('6.0.1','upgrade',unix_timestamp());
|
||||
delete from help where helpId=1 and namespace='Auth/WebGUI/Account';
|
||||
insert into help (helpId,namespace,titleId,bodyId,seeAlso) values (1, 'Auth/WebGUI/Account', 1, 2, '51,WebGUI;');
|
||||
delete from help where helpId=1 and namespace='Auth/LDAP/Account';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue