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.80,1.81


From: Sigurd Nes <address@hidden>
Subject: [Phpgroupware-cvs] CVS: property/setup tables_current.inc.php,1.80,1.81
Date: Thu, 22 May 2003 16:04:18 -0400

Update of /cvsroot/phpgroupware/property/setup
In directory subversions:/tmp/cvs-serv10442/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.80
retrieving revision 1.81
diff -C2 -r1.80 -r1.81
*** tables_current.inc.php      22 May 2003 10:45:36 -0000      1.80
--- tables_current.inc.php      22 May 2003 20:04:16 -0000      1.81
***************
*** 211,215 ****
                                'last_name' => array('type' => 
'char','precision' => '30','nullable' => True),
                                'contact_phone' => array('type' => 
'varchar','precision' => '12','nullable' => True),
!                               'Kjonn_Juridisk' => 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),
--- 211,215 ----
                                'last_name' => array('type' => 
'char','precision' => '30','nullable' => True),
                                'contact_phone' => array('type' => 
'varchar','precision' => '12','nullable' => True),
!                               'sex_id' => 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),
***************
*** 227,230 ****
--- 227,241 ----
                        'uc' => array()
                ),
+               'fm_tenant_sex' => array(
+                       'fd' => array(
+                               'id' => array('type' => 'int','precision' => 
'4','nullable' => False),
+                               'descr' => array('type' => 
'varchar','precision' => '255','nullable' => False)
+                       ),
+                       'pk' => array('id'),
+                       'fk' => array(),
+                       'ix' => array(),
+                       'uc' => array()
+               ),
+ 
                'fm_property' => array(
                        'fd' => array(





reply via email to

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