[geeklog-cvs] Geeklog-1.x/plugins/staticpages/sql mssql_install.php, 1.3, 1.4 mysql_install.php, 1.2, 1.3

Dirk Haun dhaun at qs1489.pair.com
Thu Aug 9 14:29:36 EDT 2007


Update of /cvsroot/geeklog/Geeklog-1.x/plugins/staticpages/sql
In directory qs1489.pair.com:/tmp/cvs-serv57092/plugins/staticpages/sql

Modified Files:
	mssql_install.php mysql_install.php 
Log Message:
Added 'commentcode' field


Index: mssql_install.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/plugins/staticpages/sql/mssql_install.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** mssql_install.php	11 Oct 2006 01:36:11 -0000	1.3
--- mssql_install.php	9 Aug 2007 18:29:34 -0000	1.4
***************
*** 46,49 ****
--- 46,50 ----
      [sp_onmenu] [tinyint] NOT NULL ,
      [sp_label] [varchar] (64) COLLATE SQL_Latin1_General_CP1_CI_AS NULL ,
+     [commentcode] [numeric](4, 0) NOT NULL,
      [owner_id] [numeric](8, 0) NOT NULL ,
      [group_id] [numeric](8, 0) NOT NULL ,

Index: mysql_install.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/plugins/staticpages/sql/mysql_install.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** mysql_install.php	24 Aug 2006 07:31:49 -0000	1.2
--- mysql_install.php	9 Aug 2007 18:29:34 -0000	1.3
***************
*** 43,46 ****
--- 43,47 ----
    sp_onmenu tinyint(1) unsigned NOT NULL default '0',
    sp_label varchar(64) default NULL,
+   commentcode tinyint(4) NOT NULL default '0',
    owner_id mediumint(8) unsigned NOT NULL default '1',
    group_id mediumint(8) unsigned NOT NULL default '1',




More information about the geeklog-cvs mailing list