phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: property/setup setup.inc.php, 1.58, 1.59 tables_


From: Sigurd Nes <address@hidden>
Subject: [Phpgroupware-cvs] CVS: property/setup setup.inc.php, 1.58, 1.59 tables_current.inc.php, 1.126, 1.127
Date: Wed, 27 Aug 2003 12:35:15 -0400

Update of /cvsroot/phpgroupware/property/setup
In directory subversions:/tmp/cvs-serv27018/setup

Modified Files:
        setup.inc.php tables_current.inc.php 
Log Message:
no message

Index: setup.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/setup/setup.inc.php,v
retrieving revision 1.58
retrieving revision 1.59
diff -C2 -r1.58 -r1.59
*** setup.inc.php       22 Jul 2003 20:02:00 -0000      1.58
--- setup.inc.php       27 Aug 2003 16:35:12 -0000      1.59
***************
*** 163,167 ****
                'fm_report_origin',
                'fm_owner',
!               'fm_owner_category'
        );
  
--- 163,168 ----
                'fm_report_origin',
                'fm_owner',
!               'fm_owner_category',
!               'fm_cache'
        );
  

Index: tables_current.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/setup/tables_current.inc.php,v
retrieving revision 1.126
retrieving revision 1.127
diff -C2 -r1.126 -r1.127
*** tables_current.inc.php      26 Aug 2003 19:16:30 -0000      1.126
--- tables_current.inc.php      27 Aug 2003 16:35:12 -0000      1.127
***************
*** 1475,1478 ****
--- 1475,1488 ----
                        'ix' => array(),
                        'uc' => array()
+               ),
+               'fm_cache' => array(
+                       'fd' => array(
+                               'name' => array('type' => 'varchar','precision' 
=> '20','nullable' => False),
+                               'value' => array('type' => 'text','nullable' => 
False)
+                       ),
+                       'pk' => array('name'),
+                       'fk' => array(),
+                       'ix' => array(),
+                       'uc' => array()
                )
        );





reply via email to

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