phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/setup tables_current.inc.php, 1.146, 1.147


From: Sigurd Nes <address@hidden>
Subject: [Phpgroupware-cvs] property/setup tables_current.inc.php, 1.146, 1.147
Date: Fri, 14 Nov 2003 19:00:40 +0000

Update of /cvsroot/phpgroupware/property/setup
In directory subversions:/tmp/cvs-serv11081/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.146
retrieving revision 1.147
diff -C2 -d -r1.146 -r1.147
*** tables_current.inc.php      12 Nov 2003 19:06:00 -0000      1.146
--- tables_current.inc.php      14 Nov 2003 19:00:36 -0000      1.147
***************
*** 116,121 ****
                                'category' => array('type' => 'int','precision' 
=> '2','nullable' => True),
                                'Flytte_ID' => array('type' => 
'int','precision' => '2','nullable' => True),
!                               'Kontrakttype_ID' => array('type' => 
'char','precision' => '2','nullable' => True),
!                               'KontraktFraDato' => array('type' => 
'char','precision' => '10','nullable' => True),
                                'KontraktTilDato' => array('type' => 
'char','precision' => '50','nullable' => True),
                                'Fornyelseskode' => array('type' => 
'int','precision' => '2','nullable' => True),
--- 116,121 ----
                                'category' => array('type' => 'int','precision' 
=> '2','nullable' => True),
                                'Flytte_ID' => array('type' => 
'int','precision' => '2','nullable' => True),
!                               'status_eco' => array('type' => 
'char','precision' => '2','nullable' => True),
!                               'status_drift' => array('type' => 
'char','precision' => '2','nullable' => True),
                                'KontraktTilDato' => array('type' => 
'char','precision' => '50','nullable' => True),
                                'Fornyelseskode' => array('type' => 
'int','precision' => '2','nullable' => True),
***************
*** 140,143 ****
--- 140,154 ----
                        'uc' => array()
                ),
+               'fm_tenant_status' => array(
+                       'fd' => array(
+                               'id' => array('type' => 'int','precision' => 
'4','nullable' => False),
+                               'type' => array('type' => 'char','precision' => 
'1','nullable' => False)
+                               'descr' => array('type' => 
'varchar','precision' => '255','nullable' => False)
+                       ),
+                       'pk' => array('id'),
+                       'fk' => array(),
+                       'ix' => array(),
+                       'uc' => array()
+               ),
  
                'fm_district' => array(
***************
*** 819,823 ****
                                'origin' => array('type' => 
'varchar','precision' => '10','nullable' => False),
                                'origin_id' => array('type' => 
'int','precision' => '4','nullable' => False),
!                               'request_id' => array('type' => 
'int','precision' => '4','nullable' => False)
                        ),
                        'pk' => array('origin','origin_id','request_id'),
--- 830,835 ----
                                'origin' => array('type' => 
'varchar','precision' => '10','nullable' => False),
                                'origin_id' => array('type' => 
'int','precision' => '4','nullable' => False),
!                               'request_id' => array('type' => 
'int','precision' => '4','nullable' => False),
!                               'entry_date' => array('type' => 
'int','precision' => '4','nullable' => True)
                        ),
                        'pk' => array('origin','origin_id','request_id'),
***************
*** 869,873 ****
                                'address' => array('type' => 
'varchar','precision' => '100','nullable' => True),
                                'contact_phone' => array('type' => 
'varchar','precision' => '20','nullable' => True),
!                               'tenant_id' => array('type' => 
'int','precision' => '4','nullable' => True)
                        ),
                        'pk' => array('id'),
--- 881,886 ----
                                'address' => array('type' => 
'varchar','precision' => '100','nullable' => True),
                                'contact_phone' => array('type' => 
'varchar','precision' => '20','nullable' => True),
!                               'tenant_id' => array('type' => 
'int','precision' => '4','nullable' => True),
!                               'entry_date' => array('type' => 
'int','precision' => '4','nullable' => True)
                        ),
                        'pk' => array('id'),
***************
*** 1178,1182 ****
                                'origin' => array('type' => 
'varchar','precision' => '10','nullable' => False),
                                'origin_id' => array('type' => 
'int','precision' => '4','nullable' => False),
!                               'project_id' => array('type' => 
'int','precision' => '4','nullable' => False)
                        ),
                        'pk' => array('origin','origin_id','project_id'),
--- 1191,1196 ----
                                'origin' => array('type' => 
'varchar','precision' => '10','nullable' => False),
                                'origin_id' => array('type' => 
'int','precision' => '4','nullable' => False),
!                               'project_id' => array('type' => 
'int','precision' => '4','nullable' => False),
!                               'entry_date' => array('type' => 
'int','precision' => '4','nullable' => True)
                        ),
                        'pk' => array('origin','origin_id','project_id'),
***************
*** 1494,1498 ****
                                'origin' => array('type' => 
'varchar','precision' => '10','nullable' => False),
                                'origin_id' => array('type' => 
'int','precision' => '4','nullable' => False),
!                               'report_id' => array('type' => 
'varchar','precision' => '15','nullable' => False)
                        ),
                        'pk' => array('origin','origin_id','report_id'),
--- 1508,1513 ----
                                'origin' => array('type' => 
'varchar','precision' => '10','nullable' => False),
                                'origin_id' => array('type' => 
'int','precision' => '4','nullable' => False),
!                               'report_id' => array('type' => 
'varchar','precision' => '15','nullable' => False),
!                               'entry_date' => array('type' => 
'int','precision' => '4','nullable' => True)
                        ),
                        'pk' => array('origin','origin_id','report_id'),
***************
*** 1616,1620 ****
                                'entity_id' => array('type' => 
'int','precision' => '4','nullable' => False),
                                'cat_id' => array('type' => 'int','precision' 
=> '4','nullable' => False),
!                               'id' => array('type' => 'int','precision' => 
'4','nullable' => False)
                        ),
                        'pk' => 
array('origin','origin_id','entity_id','cat_id','id'),
--- 1631,1636 ----
                                'entity_id' => array('type' => 
'int','precision' => '4','nullable' => False),
                                'cat_id' => array('type' => 'int','precision' 
=> '4','nullable' => False),
!                               'id' => array('type' => 'int','precision' => 
'4','nullable' => False),
!                               'entry_date' => array('type' => 
'int','precision' => '4','nullable' => True)
                        ),
                        'pk' => 
array('origin','origin_id','entity_id','cat_id','id'),





reply via email to

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