phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: sitemgr/setup tables_current.inc.php,1.4,1.5


From: Patrick Walsh <address@hidden>
Subject: [Phpgroupware-cvs] CVS: sitemgr/setup tables_current.inc.php,1.4,1.5
Date: Sat, 07 Sep 2002 02:19:12 -0400

Update of /cvsroot/phpgroupware/sitemgr/setup
In directory subversions:/tmp/cvs-serv9418/setup

Modified Files:
        tables_current.inc.php 
Log Message:
fine tuning the category upgrade


Index: tables_current.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/sitemgr/setup/tables_current.inc.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** tables_current.inc.php      7 Sep 2002 05:57:29 -0000       1.4
--- tables_current.inc.php      7 Sep 2002 06:18:58 -0000       1.5
***************
*** 29,32 ****
--- 29,45 ----
                        'uc' => array()
                ),
+               'phpgw_sitemgr_categories' => array(
+                       'fd' => array(
+                               'cat_id' => array('type' => 'auto', 'nullable' 
=> false),
+                               'sort_order' => array('type' => 'int', 
'precision' => 4),
+                               'parent' => array('type' => 'int', 'precision' 
=> 4),
+                               'name' => array('type' => 'varchar', 
'precision' => 100),
+                               'description' => array('type' => 'varchar', 
'precision' => 256)
+                       ),
+                       'pk' => array('cat_id'),
+                       'fk' => array(),
+                       'ix' => array(),
+                       'uc' => array()
+               ),
                'phpgw_sitemgr_blocks' => array(
                        'fd' => array(





reply via email to

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