preparing for 6.5.5 release

This commit is contained in:
JT Smith 2005-03-28 20:40:02 +00:00
parent 0de13c9dd4
commit e2dc0e7b2c

View file

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