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.29,1.30


From: Sigurd Nes <address@hidden>
Subject: [Phpgroupware-cvs] CVS: property/setup tables_current.inc.php,1.29,1.30
Date: Tue, 11 Feb 2003 09:19:57 -0500

Update of /cvsroot/phpgroupware/property/setup
In directory subversions:/tmp/cvs-serv12993/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.29
retrieving revision 1.30
diff -C2 -r1.29 -r1.30
*** tables_current.inc.php      10 Feb 2003 22:33:01 -0000      1.29
--- tables_current.inc.php      11 Feb 2003 14:19:55 -0000      1.30
***************
*** 846,850 ****
                        'uc' => array()
                ),
!               'phpgw_fm_tts_tickets' => array(
                        'fd' => array(
                                'id'             => array('type' => 'auto', 
'nullable' => False),
--- 846,850 ----
                        'uc' => array()
                ),
!               'fm_tts_tickets' => array(
                        'fd' => array(
                                'id'             => array('type' => 'auto', 
'nullable' => False),
***************
*** 867,871 ****
                                'floor' => array('type' => 'varchar', 
'precision' => 6,'nullable' => True),
                                'apartment_id' => array('type' => 'char', 
'precision' => 3,'nullable' => True),
!                               'street' => array('type' => 'varchar', 
'precision' => 50,'nullable' => True),
                                'tenant_id' => array('type' => 'int', 
'precision' => 4,'nullable' => True),
                                'tenant_name' => array('type' => 'varchar', 
'precision' => 50,'nullable' => True),
--- 867,872 ----
                                'floor' => array('type' => 'varchar', 
'precision' => 6,'nullable' => True),
                                'apartment_id' => array('type' => 'char', 
'precision' => 3,'nullable' => True),
!                               'street_name' => array('type' => 'varchar', 
'precision' => 50,'nullable' => True),
!                               'street_number' => array('type' => 'int', 
'precision' => 4,'nullable' => True),
                                'tenant_id' => array('type' => 'int', 
'precision' => 4,'nullable' => True),
                                'tenant_name' => array('type' => 'varchar', 
'precision' => 50,'nullable' => True),
***************
*** 877,881 ****
                        'uc' => array()
                ),
!               'phpgw_fm_tts_views' => array(
                        'fd' => array(
                                'id'             => array('type' => 'int', 
'precision' => 4, 'nullable' => False),
--- 878,882 ----
                        'uc' => array()
                ),
!               'fm_tts_views' => array(
                        'fd' => array(
                                'id'             => array('type' => 'int', 
'precision' => 4, 'nullable' => False),





reply via email to

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