[geeklog-cvs] geeklog: Fixed staticpages pgsql

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sat Jan 30 03:39:58 EST 2010


changeset 7675:94498b8e1dc7
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/94498b8e1dc7
user: stan
date: Tue Jan 26 17:54:41 2010 -0500
description:
Fixed staticpages pgsql

diffstat:

 plugins/staticpages/sql/pgsql_install.php |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r da2cf04c324b -r 94498b8e1dc7 plugins/staticpages/sql/pgsql_install.php
--- a/plugins/staticpages/sql/pgsql_install.php	Tue Jan 26 20:37:32 2010 +0100
+++ b/plugins/staticpages/sql/pgsql_install.php	Tue Jan 26 17:54:41 2010 -0500
@@ -29,7 +29,7 @@
 // |                                                                           |
 // +---------------------------------------------------------------------------+
 //
-// $Id: mysql_install.php,v 1.3 2007/08/09 18:29:34 dhaun Exp $
+// $Id: pgsql_install.php,v 1.1 2010/01/26 18:29:34 dhaun Exp $
 
 $_SQL[] = "
 CREATE TABLE {$_TABLES['staticpage']} (
@@ -42,6 +42,7 @@
   sp_format varchar(20) NOT NULL default '',
   sp_onmenu int NOT NULL default '0',
   sp_label varchar(64) default NULL,
+  draft_flag int unsigned default '0',
   commentcode int NOT NULL default '0',
   owner_id int NOT NULL default '1',
   group_id int NOT NULL default '1',



More information about the geeklog-cvs mailing list