Preparing for 4.6.1 release
This commit is contained in:
parent
33e8b1fa7d
commit
3fc1c8e45a
2 changed files with 2 additions and 2 deletions
|
|
@ -6220,7 +6220,7 @@ CREATE TABLE webguiVersion (
|
||||||
--
|
--
|
||||||
|
|
||||||
|
|
||||||
INSERT INTO webguiVersion VALUES ('4.6.0','initial install',unix_timestamp());
|
INSERT INTO webguiVersion VALUES ('4.6.1','initial install',unix_timestamp());
|
||||||
|
|
||||||
--
|
--
|
||||||
-- Table structure for table 'wobject'
|
-- Table structure for table 'wobject'
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
insert into webguiVersion values ('4.6.1','upgrade',unix_timestamp());
|
insert into webguiVersion values ('4.6.1','upgrade',unix_timestamp());
|
||||||
|
delete from messageLog where userId=1;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue