fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [9151] property: alternative invoicehandling


From: Sigurd Nes
Subject: [Fmsystem-commits] [9151] property: alternative invoicehandling
Date: Sun, 15 Apr 2012 15:39:57 +0000

Revision: 9151
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=9151
Author:   sigurdne
Date:     2012-04-15 15:39:57 +0000 (Sun, 15 Apr 2012)
Log Message:
-----------
property: alternative invoicehandling

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

Modified: trunk/property/setup/tables_current.inc.php
===================================================================
--- trunk/property/setup/tables_current.inc.php 2012-04-15 15:35:59 UTC (rev 
9150)
+++ trunk/property/setup/tables_current.inc.php 2012-04-15 15:39:57 UTC (rev 
9151)
@@ -1019,7 +1019,7 @@
                                'id' => array('type' => 'auto', 'precision' => 
4,'nullable' => False),
                                'bilagsnr' => array('type' => 'int','precision' 
=> '4','nullable' => False),
                                'process_code' => array('type' => 'varchar', 
'precision' => 10,'nullable' => true),
-                               'process_log' => array('type' => 
'text','nullable' => false),
+                               'process_log' => array('type' => 
'text','nullable' => true),
                                'user_id' => array('type' => 'int', 'precision' 
=> 4,'nullable' => True),
                                'entry_date' => array('type' => 'int', 
'precision' => 4,'nullable' => True),
                                'modified_date' => array('type' => 'int', 
'precision' => 4,'nullable' => True),

Modified: trunk/property/setup/tables_update.inc.php
===================================================================
--- trunk/property/setup/tables_update.inc.php  2012-04-15 15:35:59 UTC (rev 
9150)
+++ trunk/property/setup/tables_update.inc.php  2012-04-15 15:39:57 UTC (rev 
9151)
@@ -6145,7 +6145,7 @@
                                        'id' => array('type' => 'auto', 
'precision' => 4,'nullable' => False),
                                        'bilagsnr' => array('type' => 
'int','precision' => '4','nullable' => False),
                                        'process_code' => array('type' => 
'varchar', 'precision' => 10,'nullable' => true),
-                                       'process_log' => array('type' => 
'text','nullable' => false),
+                                       'process_log' => array('type' => 
'text','nullable' => true),
                                        'user_id' => array('type' => 'int', 
'precision' => 4,'nullable' => True),
                                        'entry_date' => array('type' => 'int', 
'precision' => 4,'nullable' => True),
                                        'modified_date' => array('type' => 
'int', 'precision' => 4,'nullable' => True),




reply via email to

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