Preparing the 4.1.0 development cycle.
This commit is contained in:
parent
2e91ca5d87
commit
be47e9a9fd
2 changed files with 3 additions and 1 deletions
|
|
@ -4498,7 +4498,7 @@ CREATE TABLE webguiVersion (
|
||||||
--
|
--
|
||||||
|
|
||||||
|
|
||||||
INSERT INTO webguiVersion VALUES ('4.0.2','intitial install',unix_timestamp());
|
INSERT INTO webguiVersion VALUES ('4.0.3','intitial install',unix_timestamp());
|
||||||
|
|
||||||
--
|
--
|
||||||
-- Table structure for table 'wobject'
|
-- Table structure for table 'wobject'
|
||||||
|
|
|
||||||
2
docs/upgrades/upgrade_4.0.3-4.1.0.sql
Normal file
2
docs/upgrades/upgrade_4.0.3-4.1.0.sql
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
insert into webguiVersion values ('4.1.0','upgrade',unix_timestamp());
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue