fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [7777] Added field unit leader to rental_party


From: Torstein
Subject: [Fmsystem-commits] [7777] Added field unit leader to rental_party
Date: Mon, 03 Oct 2011 07:56:34 +0000

Revision: 7777
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=7777
Author:   vator
Date:     2011-10-03 07:56:34 +0000 (Mon, 03 Oct 2011)
Log Message:
-----------
Added field unit leader to rental_party

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

Modified: trunk/rental/setup/tables_current.inc.php
===================================================================
--- trunk/rental/setup/tables_current.inc.php   2011-10-03 07:55:55 UTC (rev 
7776)
+++ trunk/rental/setup/tables_current.inc.php   2011-10-03 07:56:34 UTC (rev 
7777)
@@ -178,9 +178,10 @@
                                        'url' =>            array('type' => 
'varchar','precision' => '255','nullable' => true),
                                        'account_number' =>     array('type' => 
'varchar','precision' => '255','nullable' => true),
                                        'reskontro' =>      array('type' => 
'varchar','precision' => '255','nullable' => true),
-                                       'location_id' =>    array('type' => 
'int', 'precision' => '4', 'nullable' => true),
+                                       'location_id' =>        array('type' => 
'int', 'precision' => '4', 'nullable' => true),
                                        'result_unit_number' => array('type' => 
'varchar','precision' => '255','nullable' => true),
-                                       'org_enhet_id' =>       array ('type' 
=> 'int','precision' => 8, 'nullable' => true)
+                                       'org_enhet_id' =>               array 
('type' => 'int','precision' => 8, 'nullable' => true),
+                                       'unit_leader' =>        array ('type' 
=> 'varchar','precision' => '255', 'nullable' => true)
                                ),
                                'pk' => array('id'),
                                'fk' => array(),




reply via email to

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