preparing for 6.5.5 release
This commit is contained in:
parent
0de13c9dd4
commit
e2dc0e7b2c
1 changed files with 2 additions and 2 deletions
|
|
@ -1809,8 +1809,8 @@ CREATE TABLE asset (
|
||||||
extraHeadTags text,
|
extraHeadTags text,
|
||||||
isPrototype int(11) NOT NULL default '0',
|
isPrototype int(11) NOT NULL default '0',
|
||||||
PRIMARY KEY (assetId),
|
PRIMARY KEY (assetId),
|
||||||
UNIQUE KEY url (url),
|
|
||||||
UNIQUE KEY lineage (lineage),
|
UNIQUE KEY lineage (lineage),
|
||||||
|
UNIQUE KEY url (url),
|
||||||
KEY parentId (parentId),
|
KEY parentId (parentId),
|
||||||
KEY state_parentId_lineage (state,parentId,lineage),
|
KEY state_parentId_lineage (state,parentId,lineage),
|
||||||
KEY isPrototype_className_assetId (isPrototype,className,assetId)
|
KEY isPrototype_className_assetId (isPrototype,className,assetId)
|
||||||
|
|
@ -3180,7 +3180,7 @@ CREATE TABLE webguiVersion (
|
||||||
--
|
--
|
||||||
|
|
||||||
|
|
||||||
INSERT INTO webguiVersion VALUES ('6.5.4','initial install',unix_timestamp());
|
INSERT INTO webguiVersion VALUES ('6.5.5','initial install',unix_timestamp());
|
||||||
|
|
||||||
--
|
--
|
||||||
-- Table structure for table `wobject`
|
-- Table structure for table `wobject`
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue