Preparing for 4.6.1 release

This commit is contained in:
JT Smith 2002-08-19 01:00:31 +00:00
parent 33e8b1fa7d
commit 3fc1c8e45a
2 changed files with 2 additions and 2 deletions

View file

@ -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'

View file

@ -1,5 +1,5 @@
insert into webguiVersion values ('4.6.1','upgrade',unix_timestamp());
delete from messageLog where userId=1;