fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [9453]


From: Torstein
Subject: [Fmsystem-commits] [9453]
Date: Tue, 29 May 2012 01:35:17 +0000

Revision: 9453
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=9453
Author:   vator
Date:     2012-05-29 01:35:17 +0000 (Tue, 29 May 2012)
Log Message:
-----------


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

Modified: trunk/controller/setup/tables_update.inc.php
===================================================================
--- trunk/controller/setup/tables_update.inc.php        2012-05-29 01:34:56 UTC 
(rev 9452)
+++ trunk/controller/setup/tables_update.inc.php        2012-05-29 01:35:17 UTC 
(rev 9453)
@@ -657,3 +657,24 @@
                $GLOBALS['setup_info']['controller']['currentver'] = '0.1.33';
                return $GLOBALS['setup_info']['controller']['currentver'];
        }
+       
+       $test[] = '0.1.33';
+       function controller_upgrade0_1_33()
+       {
+               $GLOBALS['phpgw_setup']->oProc->CreateTable(
+                       'controller_control_item_option', array(
+                       'fd' => array(
+                               'id' => array('type' => 'auto', 'precision' =>  
4, 'nullable' => false),
+                               'option_value' =>  array('type' =>  
'varchar','precision' =>  '255','nullable' =>  False),
+                               'control_item_id' =>  array('type' =>  'int', 
'precision' =>  4, 'nullable' =>  True)
+                       ),
+                       'pk' => array('id'),
+                       'fk' => array(),
+                       'ix' => array(),
+                       'uc' => array()
+                       )
+               );                      
+               
+               $GLOBALS['setup_info']['controller']['currentver'] = '0.1.34';
+               return $GLOBALS['setup_info']['controller']['currentver'];
+       }
\ No newline at end of file




reply via email to

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