[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Fmsystem-commits] [8621]
From: |
Torstein |
Subject: |
[Fmsystem-commits] [8621] |
Date: |
Thu, 19 Jan 2012 13:05:19 +0000 |
Revision: 8621
http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=8621
Author: vator
Date: 2012-01-19 13:05:19 +0000 (Thu, 19 Jan 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-01-19 13:05:10 UTC
(rev 8620)
+++ trunk/controller/setup/tables_update.inc.php 2012-01-19 13:05:19 UTC
(rev 8621)
@@ -449,4 +449,17 @@
$GLOBALS['setup_info']['controller']['currentver'] =
'0.1.21';
return
$GLOBALS['setup_info']['controller']['currentver'];
}
- }
\ No newline at end of file
+ }
+
+ $test[] = '0.1.21';
+ function controller_upgrade0_1_21()
+ {
+
$GLOBALS['phpgw_setup']->oProc->AlterColumn('controller_check_item','comment',array(
+ 'type' => 'varchar',
+ 'precision' => '255',
+ 'nullable' => true
+ ));
+
+ $GLOBALS['setup_info']['controller']['currentver'] = '0.1.22';
+ return $GLOBALS['setup_info']['controller']['currentver'];
+ }
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Fmsystem-commits] [8621],
Torstein <=