fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [9230]


From: Torstein
Subject: [Fmsystem-commits] [9230]
Date: Sun, 29 Apr 2012 08:58:55 +0000

Revision: 9230
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=9230
Author:   vator
Date:     2012-04-29 08:58:55 +0000 (Sun, 29 Apr 2012)
Log Message:
-----------


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

Modified: trunk/controller/setup/setup.inc.php
===================================================================
--- trunk/controller/setup/setup.inc.php        2012-04-28 07:50:54 UTC (rev 
9229)
+++ trunk/controller/setup/setup.inc.php        2012-04-29 08:58:55 UTC (rev 
9230)
@@ -1,6 +1,6 @@
 <?php
        $setup_info['controller']['name'] = 'controller';
-       $setup_info['controller']['version'] = '0.1.32';
+       $setup_info['controller']['version'] = '0.1.33';
        $setup_info['controller']['app_order'] = 100;
        $setup_info['controller']['enable'] = 1;
        $setup_info['controller']['app_group']  = 'office';

Modified: trunk/controller/setup/tables_current.inc.php
===================================================================
--- trunk/controller/setup/tables_current.inc.php       2012-04-28 07:50:54 UTC 
(rev 9229)
+++ trunk/controller/setup/tables_current.inc.php       2012-04-29 08:58:55 UTC 
(rev 9230)
@@ -68,7 +68,7 @@
                                'id' => array('type' => 'auto','precision' => 
4,'nullable' => False),
                                'control_id' => array('type' => 'int', 
'precision' => 4, 'nullable' => True),
                                'status' => array('type' => 
'varchar','precision' => '255','nullable' => false),
-                               'comment' => array('type' => 
'varchar','precision' => '255','nullable' => false),
+                               'comment' => array('type' => 'text', 'nullable' 
=> True),
                                'deadline' => array('type' => 'int', 
'precision' => 8, 'nullable' => True),
                                'planned_date' => array('type' => 'int', 
'precision' => 8, 'nullable' => True),
                                'completed_date' => array('type' => 'int', 
'precision' => 8, 'nullable' => True),

Modified: trunk/controller/setup/tables_update.inc.php
===================================================================
--- trunk/controller/setup/tables_update.inc.php        2012-04-28 07:50:54 UTC 
(rev 9229)
+++ trunk/controller/setup/tables_update.inc.php        2012-04-29 08:58:55 UTC 
(rev 9230)
@@ -644,4 +644,16 @@
                
                $GLOBALS['setup_info']['controller']['currentver'] = '0.1.32';
                return $GLOBALS['setup_info']['controller']['currentver'];
-       }
\ No newline at end of file
+       }
+       
+       $test[] = '0.1.32';
+       function controller_upgrade0_1_32()
+       {
+               
$GLOBALS['phpgw_setup']->oProc->AlterColumn('controller_check_list','comment',array(
+                       'type' => 'text', 
+                       'nullable' => true
+               ));
+               
+               $GLOBALS['setup_info']['controller']['currentver'] = '0.1.33';
+               return $GLOBALS['setup_info']['controller']['currentver'];
+       }




reply via email to

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