[Top][All Lists]
[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(
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Phpgroupware-cvs] CVS: sitemgr/setup tables_current.inc.php,1.4,1.5,
Patrick Walsh <address@hidden> <=
- Prev by Date:
[Phpgroupware-cvs] CVS: sitemgr/inc class.Categories_db_SO.inc.php,1.4,1.5
- Next by Date:
[Phpgroupware-cvs] CVS: property/setup tables_current.inc.php,1.7,1.8 tables_update.inc.php,1.5,1.6
- Previous by thread:
[Phpgroupware-cvs] CVS: sitemgr/inc class.Categories_db_SO.inc.php,1.4,1.5
- Next by thread:
[Phpgroupware-cvs] CVS: property/setup tables_current.inc.php,1.7,1.8 tables_update.inc.php,1.5,1.6
- Index(es):