From cf6565a51e172003b04b284203e2aad7cae7c6bf Mon Sep 17 00:00:00 2001 From: JT Smith Date: Thu, 20 Nov 2003 04:03:14 +0000 Subject: [PATCH] preparing for 5.5.2 release --- docs/create.sql | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/docs/create.sql b/docs/create.sql index ee999a6ac..c9e5b260c 100644 --- a/docs/create.sql +++ b/docs/create.sql @@ -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 ( wobjectId int(11) NOT NULL default '0', 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`