preparing for 5.5.3 dev cycle
This commit is contained in:
parent
bb379efdcb
commit
065918f360
3 changed files with 14 additions and 2 deletions
|
|
@ -1,3 +1,13 @@
|
||||||
|
-- MySQL dump 8.23
|
||||||
|
--
|
||||||
|
-- Host: localhost Database: dev
|
||||||
|
---------------------------------------------------------
|
||||||
|
-- Server version 3.23.58
|
||||||
|
|
||||||
|
--
|
||||||
|
-- Table structure for table `Article`
|
||||||
|
--
|
||||||
|
|
||||||
CREATE TABLE Article (
|
CREATE TABLE Article (
|
||||||
wobjectId int(11) NOT NULL default '0',
|
wobjectId int(11) NOT NULL default '0',
|
||||||
image varchar(255) default NULL,
|
image varchar(255) default NULL,
|
||||||
|
|
@ -16973,7 +16983,7 @@ CREATE TABLE webguiVersion (
|
||||||
--
|
--
|
||||||
|
|
||||||
|
|
||||||
INSERT INTO webguiVersion VALUES ('5.5.1','initial install',unix_timestamp());
|
INSERT INTO webguiVersion VALUES ('5.5.2','initial install',unix_timestamp());
|
||||||
|
|
||||||
--
|
--
|
||||||
-- Table structure for table `wobject`
|
-- Table structure for table `wobject`
|
||||||
|
|
|
||||||
2
docs/upgrades/upgrade_5.5.2-5.5.3.sql
Normal file
2
docs/upgrades/upgrade_5.5.2-5.5.3.sql
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
insert into webguiVersion values ('5.5.3','upgrade',unix_timestamp());
|
||||||
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
package WebGUI;
|
package WebGUI;
|
||||||
our $VERSION = "5.5.2";
|
our $VERSION = "5.5.3";
|
||||||
|
|
||||||
#-------------------------------------------------------------------
|
#-------------------------------------------------------------------
|
||||||
# WebGUI is Copyright 2001-2003 Plain Black LLC.
|
# WebGUI is Copyright 2001-2003 Plain Black LLC.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue