[wellwell-devel] [SCM] Interchange wellwell catalog branch, master, updated. 5f457ff6058b5d124604bcffeedc5c25cd5c98d9

Stefan Hornburg racke at rt.icdevgroup.org
Wed Feb 11 08:43:06 UTC 2009


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Interchange wellwell catalog".

The branch, master has been updated
       via  5f457ff6058b5d124604bcffeedc5c25cd5c98d9 (commit)
      from  985e5b0f96e6c358f158b2dd34465978463305e4 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 5f457ff6058b5d124604bcffeedc5c25cd5c98d9
Author: Stefan Hornburg (Racke) <racke at linuxia.de>
Date:   Wed Feb 11 09:42:19 2009 +0100

    increase size of type field, real world case proved it too small

-----------------------------------------------------------------------

Summary of changes and diff:
 database/mysql/categories.sql |    2 +-
 database/pgsql/categories.sql |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/database/mysql/categories.sql b/database/mysql/categories.sql
index 30b55b4..6e9cf28 100644
--- a/database/mysql/categories.sql
+++ b/database/mysql/categories.sql
@@ -2,7 +2,7 @@ CREATE TABLE `categories` (
   `code` int unsigned NOT NULL auto_increment,
   `name` varchar(255) NOT NULL,
   `description` text NOT NULL,
-  `type` varchar(16) NOT NULL,
+  `type` varchar(32) NOT NULL,
   `parent` int unsigned NOT NULL,
   `priority` int NOT NULL,
   `uri` varchar(255) NOT NULL,
diff --git a/database/pgsql/categories.sql b/database/pgsql/categories.sql
index 3f24a1f..5a700a2 100644
--- a/database/pgsql/categories.sql
+++ b/database/pgsql/categories.sql
@@ -3,7 +3,7 @@ CREATE TABLE categories
   "code" serial NOT NULL,
   "name" varchar(255) NOT NULL DEFAULT '',
   "description" text NOT NULL DEFAULT '',
-  "type" varchar(16) NOT NULL DEFAULT '',
+  "type" varchar(32) NOT NULL DEFAULT '',
   "parent" int4 NOT NULL DEFAULT 0,
   "priority" int4 NOT NULL DEFAULT 0,
   "uri" varchar(255) NOT NULL DEFAULT '',


hooks/post-receive
-- 
Interchange wellwell catalog



More information about the wellwell-devel mailing list