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


From: nomail
Subject: [Phpgroupware-cvs] property/setup/tables_current.inc.php, 1.17.2.4
Date: Mon, 8 Nov 2004 23:54:27 +0100

Update of /property/setup
Modified Files:
        Branch: proposed-0_9_18-branch
          tables_current.inc.php

date: 2004/11/08 22:54:27;  author: sigurdne;  state: Exp;  lines: +4 -4

Log Message:
no message
=====================================================================
Index: property/setup/tables_current.inc.php
diff -u property/setup/tables_current.inc.php:1.17.2.3 
property/setup/tables_current.inc.php:1.17.2.4
--- property/setup/tables_current.inc.php:1.17.2.3      Mon Nov  8 09:57:44 2004
+++ property/setup/tables_current.inc.php       Mon Nov  8 22:54:27 2004
@@ -695,7 +695,7 @@
                                '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'),
                                'entry_date' => array('type' => 
'int','precision' => '4','nullable' => True),
-                               'date' => array('type' => 'int','precision' => 
'4','nullable' => True),
+                               'index_date' => array('type' => 
'int','precision' => '4','nullable' => True),
                                'user_id' => array('type' => 'int','precision' 
=> '4','nullable' => True)
                        ),
                        'pk' => 
array('activity_id','agreement_id','index_count'),
@@ -1314,7 +1314,7 @@
                                'this_index' => array('type' => 
'decimal','precision' => '20','scale' => '4','default' => '0','nullable' => 
True),
                                'initial_value' => array('type' => 
'decimal','precision' => '20','scale' => '2','default' => '0','nullable' => 
True),
                                'value' => array('type' => 
'decimal','precision' => '20','scale' => '2','default' => '0','nullable' => 
True),
-                               'date' => array('type' => 
'timestamp','nullable' => True,'default' => 'current_timestamp')
+                               'index_date' => array('type' => 
'timestamp','nullable' => True,'default' => 'current_timestamp')
                        ),
                        'pk' => array('entity_id','invest_id','index_count'),
                        'fk' => array(),
@@ -1910,7 +1910,7 @@
                                'current_index' => array('type' => 'int', 
'precision' => 2,'nullable' => True),
                                'this_index' => array('type' => 'decimal', 
'precision' => 20, 'scale' => 4,'nullable' => True),
                                'cost' => array('type' => 'decimal', 
'precision' => 20, 'scale' => 2,'nullable' => True),
-                               'date' => array('type' => 'int', 'precision' => 
4,'nullable' => True),
+                               'index_date' => array('type' => 'int', 
'precision' => 4,'nullable' => True),
                                'user_id' => array('type' => 'int', 'precision' 
=> 4,'nullable' => True),
                                'entry_date' => array('type' => 'int', 
'precision' => 4,'nullable' => True)
                        ),




reply via email to

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