phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] phpgwapi/setup tables_current.inc.php


From: Sigurd Nes
Subject: [Phpgroupware-cvs] phpgwapi/setup tables_current.inc.php
Date: Thu, 14 Sep 2006 18:42:41 +0000

CVSROOT:        /sources/phpgwapi
Module name:    phpgwapi
Changes by:     Sigurd Nes <sigurdne>   06/09/14 18:42:40

Modified files:
        setup          : tables_current.inc.php 

Log message:
        added missing column

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/phpgwapi/setup/tables_current.inc.php?cvsroot=phpgwapi&r1=1.62&r2=1.63

Patches:
Index: tables_current.inc.php
===================================================================
RCS file: /sources/phpgwapi/phpgwapi/setup/tables_current.inc.php,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -b -r1.62 -r1.63
--- tables_current.inc.php      23 Apr 2006 11:30:22 -0000      1.62
+++ tables_current.inc.php      14 Sep 2006 18:42:40 -0000      1.63
@@ -5,7 +5,7 @@
        * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
        * @package phpgwapi
        * @subpackage setup
-       * @version $Id: tables_current.inc.php,v 1.62 2006/04/23 11:30:22 
sigurdne Exp $
+       * @version $Id: tables_current.inc.php,v 1.63 2006/09/14 18:42:40 
sigurdne Exp $
        * @internal $Source: 
/sources/phpgwapi/phpgwapi/setup/tables_current.inc.php,v $
        */
 
@@ -54,7 +54,9 @@
                                'appname' => array('type' => 
'varchar','precision' => '25','nullable' => False),
                                'id' => array('type' => 'varchar','precision' 
=> '50','nullable' => False),
                                'descr' => array('type' => 
'varchar','precision' => '50','nullable' => False),
-                               'allow_grant' => array('type' => 
'int','precision' => '4','nullable' => True)
+                               'allow_grant' => array('type' => 
'int','precision' => '2','nullable' => True),
+                               'allow_c_attrib' => array('type' => 
'int','precision' => '2','nullable' => True)        
+                               'c_attrib_table' => array('type' => 
'varchar','precision' => '25','nullable' => True),
                        ),
                        'pk' => array('appname','id'),
                        'fk' => array(),




reply via email to

[Prev in Thread] Current Thread [Next in Thread]