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.1.1.7


From: nomail
Subject: [Phpgroupware-cvs] property/setup/tables_current.inc.php, 1.1.1.7
Date: Fri, 28 May 2004 15:06:40 +0200

Update of /property/setup
Modified Files:
        Branch: 
          tables_current.inc.php

date: 2004/05/28 13:06:40;  author: sigurdne;  state: Exp;  lines: +28 -2

Log Message:
no message
=====================================================================
Index: property/setup/tables_current.inc.php
diff -u property/setup/tables_current.inc.php:1.1.1.6 
property/setup/tables_current.inc.php:1.1.1.7
--- property/setup/tables_current.inc.php:1.1.1.6       Tue May 25 21:15:22 2004
+++ property/setup/tables_current.inc.php       Fri May 28 13:06:40 2004
@@ -582,7 +582,7 @@
                                'vendor_id' => array('type' => 
'int','precision' => '4','nullable' => False),
                                'index_count' => array('type' => 
'int','precision' => '4','nullable' => False),
                                'current_index' => array('type' => 
'int','precision' => '2','nullable' => True),
-                               'this_index' => array('type' => 
'decimal','precision' => '20','scale' => '2','nullable' => True,'default' => 
'0.00'),
+                               'this_index' => array('type' => 
'decimal','precision' => '20','scale' => '4','nullable' => True,'default' => 
'0.00'),
                                'm_cost' => array('type' => 
'decimal','precision' => '20','scale' => '2','nullable' => True,'default' => 
'0.00'),
                                'w_cost' => array('type' => 
'decimal','precision' => '20','scale' => '2','nullable' => True,'default' => 
'0.00'),
                                'total_cost' => array('type' => 
'decimal','precision' => '20','scale' => '2','nullable' => True,'default' => 
'0.00'),
@@ -1648,6 +1648,32 @@
                        'pk' => array('id'),
                        'fk' => array(),
                        'ix' => array('location_code'),
+                       'uc' => array()
+               ),
+               'fm_custom' => array(
+                       'fd' => array(
+                               'id' => array('type' => 'int','precision' => 
'4','nullable' => False),
+                               'name' => array('type' => 'varchar','precision' 
=> '100','nullable' => False),
+                               'sql' => array('type' => 'text','nullable' => 
False),
+                               'entry_date' => array('type' => 
'int','precision' => '4','nullable' => True),
+                               'user_id' => array('type' => 'int','precision' 
=> '4','nullable' => True)
+                       ),
+                       'pk' => array('id'),
+                       'fk' => array(),
+                       'ix' => array(),
+                       'uc' => array()
+               ),
+               'fm_custom_cols' => array(
+                       'fd' => array(
+                               'custom_id' => array('type' => 
'int','precision' => '4','nullable' => False),
+                               'id' => array('type' => 'int','precision' => 
'4','nullable' => False),
+                               'name' => array('type' => 'varchar','precision' 
=> '100','nullable' => False),
+                               'descr' => array('type' => 
'varchar','precision' => '50','nullable' => False),
+                               'sorting' => array('type' => 'int','precision' 
=> '4','nullable' => False)
+                       ),
+                       'pk' => array('custom_id','id'),
+                       'fk' => array(),
+                       'ix' => array(),
                        'uc' => array()
                )
        );




reply via email to

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