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.55,1.56 tables_cu


From: Sigurd Nes <address@hidden>
Subject: [Phpgroupware-cvs] CVS: property/setup setup.inc.php,1.55,1.56 tables_current.inc.php,1.108,1.109
Date: Tue, 01 Jul 2003 05:01:53 -0400

Update of /cvsroot/phpgroupware/property/setup
In directory subversions:/tmp/cvs-serv32262/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.55
retrieving revision 1.56
diff -C2 -r1.55 -r1.56
*** setup.inc.php       29 Jun 2003 10:12:52 -0000      1.55
--- setup.inc.php       1 Jul 2003 09:01:50 -0000       1.56
***************
*** 149,152 ****
--- 149,153 ----
                'fm_ecologg',
                'fm_ecomva',
+               'fm_ecouser',
                'fm_acl2',
                'fm_investment',

Index: tables_current.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/setup/tables_current.inc.php,v
retrieving revision 1.108
retrieving revision 1.109
diff -C2 -r1.108 -r1.109
*** tables_current.inc.php      30 Jun 2003 19:18:34 -0000      1.108
--- tables_current.inc.php      1 Jul 2003 09:01:50 -0000       1.109
***************
*** 1111,1114 ****
--- 1111,1125 ----
                        'uc' => array()
                ),
+               'fm_ecouser' => array(
+                       'fd' => array(
+                               'id' => array('type' => 'int','precision' => 
'4','nullable' => False),
+                               'lid' => array('type' => 'varchar','precision' 
=> '25','nullable' => False),
+                               'initials' => array('type' => 
'varchar','precision' => '6','nullable' => True)
+                       ),
+                       'pk' => array('id'),
+                       'ix' => array(),
+                       'fk' => array(),
+                       'uc' => array()
+               ),
                'fm_acl2' => array(
                        'fd' => array(





reply via email to

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