From e2dc0e7b2c2d3805cf1550e0d1a9a5152582050f Mon Sep 17 00:00:00 2001 From: JT Smith Date: Mon, 28 Mar 2005 20:40:02 +0000 Subject: [PATCH] preparing for 6.5.5 release --- docs/create.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/create.sql b/docs/create.sql index 271a01167..3b1323885 100644 --- a/docs/create.sql +++ b/docs/create.sql @@ -1809,8 +1809,8 @@ CREATE TABLE asset ( extraHeadTags text, isPrototype int(11) NOT NULL default '0', PRIMARY KEY (assetId), - UNIQUE KEY url (url), UNIQUE KEY lineage (lineage), + UNIQUE KEY url (url), KEY parentId (parentId), KEY state_parentId_lineage (state,parentId,lineage), 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`