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

Stefan Hornburg racke at rt.icdevgroup.org
Sun May 3 10:26:30 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  a6194eac1c0aefbe350deeefa7b04474307d9993 (commit)
      from  c6b49a927d3ec1c3ee9e13b563aec144142acf7b (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 a6194eac1c0aefbe350deeefa7b04474307d9993
Author: Stefan Hornburg (Racke) <racke at linuxia.de>
Date:   Sun May 3 12:26:15 2009 +0200

    fix column definition for created

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

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

diff --git a/plugins/content/database/mysql/content.sql b/plugins/content/database/mysql/content.sql
index ff4d1fd..4c70cee 100644
--- a/plugins/content/database/mysql/content.sql
+++ b/plugins/content/database/mysql/content.sql
@@ -6,7 +6,7 @@ CREATE TABLE content (
   body longtext NOT NULL,
   uri varchar(255) NOT NULL,
   locale varchar(255) NOT NULL default 'en_US',
-  created integer NOT NULL DEFAULT 0,
+  created int unsigned NOT NULL DEFAULT 0,
   PRIMARY KEY (code),
   KEY (type)
 );


hooks/post-receive
-- 
Interchange wellwell catalog



More information about the wellwell-devel mailing list