fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [7467] Rental: Added column furnish_type_id


From: Torstein
Subject: [Fmsystem-commits] [7467] Rental: Added column furnish_type_id
Date: Mon, 04 Jul 2011 07:24:36 +0000

Revision: 7467
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=7467
Author:   vator
Date:     2011-07-04 07:24:36 +0000 (Mon, 04 Jul 2011)
Log Message:
-----------
Rental: Added column furnish_type_id

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

Modified: trunk/rental/setup/tables_update.inc.php
===================================================================
--- trunk/rental/setup/tables_update.inc.php    2011-07-04 07:23:49 UTC (rev 
7466)
+++ trunk/rental/setup/tables_update.inc.php    2011-07-04 07:24:36 UTC (rev 
7467)
@@ -240,5 +240,17 @@
                $GLOBALS['setup_info']['rental']['currentver'] = '0.1.0.13';
                return $GLOBALS['setup_info']['rental']['currentver'];
        }
-       
+               
+       $test[] = '0.1.0.13';
+       function rental_upgrade0_1_0_13()
+       {
+               
$GLOBALS['phpgw_setup']->oProc->AddColumn('rental_composite','furnish_type_id',array(
+                       'type' => 'int',
+                       'precision' => 4,
+                       'nullable' => 'True'
+               ));
+               
+               $GLOBALS['setup_info']['rental']['currentver'] = '0.1.0.14';
+               return $GLOBALS['setup_info']['rental']['currentver'];
+       }
 ?>
\ No newline at end of file




reply via email to

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