phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: property/setup tables_current.inc.php,1.97,1.98


From: Sigurd Nes <address@hidden>
Subject: [Phpgroupware-cvs] CVS: property/setup tables_current.inc.php,1.97,1.98
Date: Wed, 25 Jun 2003 05:47:30 -0400

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

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

Index: tables_current.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/setup/tables_current.inc.php,v
retrieving revision 1.97
retrieving revision 1.98
diff -C2 -r1.97 -r1.98
*** tables_current.inc.php      24 Jun 2003 13:07:40 -0000      1.97
--- tables_current.inc.php      25 Jun 2003 09:47:28 -0000      1.98
***************
*** 93,99 ****
                'fm_meter' => array(
                        'fd' => array(
!                               'id' => array('type' => 'varchar','precision' 
=> '20','nullable' => False),
                                'name' => array('type' => 'varchar','precision' 
=> '20','nullable' => False),
!                               'type' => array('type' => 'varchar','precision' 
=> '20','nullable' => True),
                                'location_code' => array('type' => 
'varchar','precision' => '20','nullable' => False),
                                'loc1' => array('type' => 'varchar','precision' 
=> '4','nullable' => True),
--- 93,100 ----
                'fm_meter' => array(
                        'fd' => array(
!                               'id' => array('type' => 'auto','precision' => 
'4','nullable' => False),
!                               'num' => array('type' => 'varchar','precision' 
=> '20','nullable' => False),
                                'name' => array('type' => 'varchar','precision' 
=> '20','nullable' => False),
!                               'category' => array('type' => 'int','precision' 
=> '4','nullable' => False),
                                'location_code' => array('type' => 
'varchar','precision' => '20','nullable' => False),
                                'loc1' => array('type' => 'varchar','precision' 
=> '4','nullable' => True),
***************
*** 109,113 ****
                        'fk' => array(),
                        'ix' => array('location_code'),
!                       'uc' => array()
                ),
                'fm_meter_category' => array(
--- 110,114 ----
                        'fk' => array(),
                        'ix' => array('location_code'),
!                       'uc' => array('num')
                ),
                'fm_meter_category' => array(





reply via email to

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