fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [10815] Minor bug to last commit: Added new field, lo


From: Torstein
Subject: [Fmsystem-commits] [10815] Minor bug to last commit: Added new field, location_code, in case table.
Date: Thu, 14 Feb 2013 09:48:31 +0000

Revision: 10815
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=10815
Author:   vator
Date:     2013-02-14 09:48:30 +0000 (Thu, 14 Feb 2013)
Log Message:
-----------
Minor bug to last commit: Added new field, location_code, in case table.

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

Modified: trunk/controller/setup/tables_update.inc.php
===================================================================
--- trunk/controller/setup/tables_update.inc.php        2013-02-14 09:45:16 UTC 
(rev 10814)
+++ trunk/controller/setup/tables_update.inc.php        2013-02-14 09:48:30 UTC 
(rev 10815)
@@ -827,7 +827,7 @@
        {
                $GLOBALS['phpgw_setup']->oProc->m_odb->transaction_begin();
                
-               
$GLOBALS['phpgw_setup']->oProc->AlterColumn('controller_check_item_case','location_code',array(
+               
$GLOBALS['phpgw_setup']->oProc->AddColumn('controller_check_item_case','location_code',array(
                        'type' => 'varchar', 
                        'precision' => '30',
                        'nullable' => true




reply via email to

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