fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [11085] logistikk


From: Sigurd Nes
Subject: [Fmsystem-commits] [11085] logistikk
Date: Tue, 30 Apr 2013 11:40:47 +0000

Revision: 11085
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=11085
Author:   sigurdne
Date:     2013-04-30 11:40:46 +0000 (Tue, 30 Apr 2013)
Log Message:
-----------
logistikk

Modified Paths:
--------------
    trunk/logistic/setup/tables_update.inc.php

Modified: trunk/logistic/setup/tables_update.inc.php
===================================================================
--- trunk/logistic/setup/tables_update.inc.php  2013-04-29 13:53:36 UTC (rev 
11084)
+++ trunk/logistic/setup/tables_update.inc.php  2013-04-30 11:40:46 UTC (rev 
11085)
@@ -175,12 +175,13 @@
 
 //             $GLOBALS['phpgw_setup']->oProc->DropColumn('lg_calendar', 
array(), 'allocation_id');
 
+/*
                
$GLOBALS['phpgw_setup']->oProc->AddColumn('lg_calendar','item_inventory_id',array(
                        'type' => 'int',
                        'precision' => 4,
                        'nullable' => true
                ));
-
+*/
                
$GLOBALS['phpgw_setup']->oProc->AddColumn('lg_calendar','item_inventory_amount',array(
                        'type' => 'int',
                        'precision' => 4,




reply via email to

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