fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [10609] property: table for tracing funding to and fr


From: Sigurd Nes
Subject: [Fmsystem-commits] [10609] property: table for tracing funding to and from buffer-projects
Date: Mon, 17 Dec 2012 15:30:33 +0000

Revision: 10609
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=10609
Author:   sigurdne
Date:     2012-12-17 15:30:33 +0000 (Mon, 17 Dec 2012)
Log Message:
-----------
property: table for tracing funding to and from buffer-projects

Modified Paths:
--------------
    trunk/property/setup/tables_current.inc.php

Modified: trunk/property/setup/tables_current.inc.php
===================================================================
--- trunk/property/setup/tables_current.inc.php 2012-12-17 15:27:03 UTC (rev 
10608)
+++ trunk/property/setup/tables_current.inc.php 2012-12-17 15:30:33 UTC (rev 
10609)
@@ -1547,7 +1547,6 @@
                                'id' => array('type' => 'auto','precision' => 
'4','nullable' => False),
                                'buffer_project_id' => array('type' => 
'int','precision' => '4','nullable' => False),
                                'entry_date' => array('type' => 
'int','precision' => '4','nullable' => False),
-                               'amount_in' => array('type' => 
'int','precision' => '4','nullable' => true),
                                'amount_in' => array('type' => 
'decimal','precision' => '20','scale' => '2','nullable' => True,'default' => 
'0.00'),
                                'from_project' => array('type' => 
'int','precision' => '4','nullable' => true),
                                'amount_out' => array('type' => 
'decimal','precision' => '20','scale' => '2','nullable' => True,'default' => 
'0.00'),




reply via email to

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