fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [15026] property: item id at location


From: sigurdne
Subject: [Fmsystem-commits] [15026] property: item id at location
Date: Fri, 13 May 2016 11:43:53 +0000 (UTC)

Revision: 15026
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=15026
Author:   sigurdne
Date:     2016-05-13 11:43:53 +0000 (Fri, 13 May 2016)
Log Message:
-----------
property: item id at location

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

Modified: trunk/property/setup/tables_current.inc.php
===================================================================
--- trunk/property/setup/tables_current.inc.php 2016-05-13 11:43:50 UTC (rev 
15025)
+++ trunk/property/setup/tables_current.inc.php 2016-05-13 11:43:53 UTC (rev 
15026)
@@ -176,6 +176,7 @@
                ),
                'fm_location1' => array(
                        'fd' => array(
+                               'id' => array('type' => 'int', 'precision' => 
'4', 'nullable' => true),
                                'location_code' => array('type' => 'varchar', 
'precision' => '16', 'nullable' => False),
                                'loc1' => array('type' => 'varchar', 
'precision' => '6', 'nullable' => False),
                                'loc1_name' => array('type' => 'varchar', 
'precision' => '50', 'nullable' => True),
@@ -207,6 +208,7 @@
                ),
                'fm_location1_history' => array(
                        'fd' => array(
+                               'id' => array('type' => 'int', 'precision' => 
'4', 'nullable' => true),
                                'location_code' => array('type' => 'varchar', 
'precision' => '16', 'nullable' => False),
                                'loc1' => array('type' => 'varchar', 
'precision' => '6', 'nullable' => False),
                                'loc1_name' => array('type' => 'varchar', 
'precision' => '50', 'nullable' => True),
@@ -249,6 +251,7 @@
                ),
                'fm_location2' => array(
                        'fd' => array(
+                               'id' => array('type' => 'int', 'precision' => 
'4', 'nullable' => true),
                                'location_code' => array('type' => 'varchar', 
'precision' => '50', 'nullable' => False),
                                'loc1' => array('type' => 'varchar', 
'precision' => '6', 'nullable' => False),
                                'loc2' => array('type' => 'varchar', 
'precision' => '4', 'nullable' => False),
@@ -280,6 +283,7 @@
                ),
                'fm_location2_history' => array(
                        'fd' => array(
+                               'id' => array('type' => 'int', 'precision' => 
'4', 'nullable' => true),
                                'location_code' => array('type' => 'varchar', 
'precision' => '50', 'nullable' => False),
                                'loc1' => array('type' => 'varchar', 
'precision' => '6', 'nullable' => False),
                                'loc2' => array('type' => 'varchar', 
'precision' => '4', 'nullable' => False),
@@ -319,6 +323,7 @@
                ),
                'fm_location3' => array(
                        'fd' => array(
+                               'id' => array('type' => 'int', 'precision' => 
'4', 'nullable' => true),
                                'location_code' => array('type' => 'varchar', 
'precision' => '50', 'nullable' => False),
                                'loc1' => array('type' => 'varchar', 
'precision' => '6', 'nullable' => False),
                                'loc2' => array('type' => 'varchar', 
'precision' => '4', 'nullable' => False),
@@ -351,6 +356,7 @@
                ),
                'fm_location3_history' => array(
                        'fd' => array(
+                               'id' => array('type' => 'int', 'precision' => 
'4', 'nullable' => true),
                                'location_code' => array('type' => 'varchar', 
'precision' => '50', 'nullable' => False),
                                'loc1' => array('type' => 'varchar', 
'precision' => '6', 'nullable' => False),
                                'loc2' => array('type' => 'varchar', 
'precision' => '4', 'nullable' => False),
@@ -391,6 +397,7 @@
                ),
                'fm_location4' => array(
                        'fd' => array(
+                               'id' => array('type' => 'int', 'precision' => 
'4', 'nullable' => true),
                                'location_code' => array('type' => 'varchar', 
'precision' => '50', 'nullable' => False),
                                'loc1' => array('type' => 'varchar', 
'precision' => '6', 'nullable' => False),
                                'loc2' => array('type' => 'varchar', 
'precision' => '4', 'nullable' => False),
@@ -427,6 +434,7 @@
                ),
                'fm_location4_history' => array(
                        'fd' => array(
+                               'id' => array('type' => 'int', 'precision' => 
'4', 'nullable' => true),
                                'location_code' => array('type' => 'varchar', 
'precision' => '50', 'nullable' => False),
                                'loc1' => array('type' => 'varchar', 
'precision' => '6', 'nullable' => False),
                                'loc2' => array('type' => 'varchar', 
'precision' => '4', 'nullable' => False),




reply via email to

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