fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [12428] fix autoindex for table at install


From: Sigurd Nes
Subject: [Fmsystem-commits] [12428] fix autoindex for table at install
Date: Wed, 10 Dec 2014 10:35:32 +0000

Revision: 12428
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=12428
Author:   sigurdne
Date:     2014-12-10 10:35:31 +0000 (Wed, 10 Dec 2014)
Log Message:
-----------
fix autoindex for table at install

Modified Paths:
--------------
    branches/dev-syncromind/bim/setup/tables_current.inc.php

Modified: branches/dev-syncromind/bim/setup/tables_current.inc.php
===================================================================
--- branches/dev-syncromind/bim/setup/tables_current.inc.php    2014-12-09 
22:37:03 UTC (rev 12427)
+++ branches/dev-syncromind/bim/setup/tables_current.inc.php    2014-12-10 
10:35:31 UTC (rev 12428)
@@ -72,7 +72,7 @@
                ),
                'fm_bim_item_inventory' => array(
                        'fd' => array(
-                               'id' => array('type' => 'int', 'precision' => 
4,'nullable' => False),
+                               'id' => array('type' => 'auto', 'precision' => 
4,'nullable' => False),
                                'location_id' => array('type' => 'int', 
'precision' => 4,'nullable' => False),
                                'item_id' => array('type' => 'int', 'precision' 
=> 4,'nullable' => False),
                                'p_location_id' => array('type' => 'int', 
'precision' => 4,'nullable' => True),




reply via email to

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