phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: phpgwapi/setup tables_update.inc.php,1.71,1.72


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/setup tables_update.inc.php,1.71,1.72
Date: Sun, 22 Jun 2003 07:23:56 -0400

Update of /cvsroot/phpgroupware/phpgwapi/setup
In directory subversions:/tmp/cvs-serv2909

Modified Files:
        tables_update.inc.php 
Log Message:
updated to reflect changes in .16: phpgw_vfs.content has to be nullable


Index: tables_update.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/setup/tables_update.inc.php,v
retrieving revision 1.71
retrieving revision 1.72
diff -C2 -r1.71 -r1.72
*** tables_update.inc.php       18 May 2003 19:18:10 -0000      1.71
--- tables_update.inc.php       22 Jun 2003 11:23:53 -0000      1.72
***************
*** 148,151 ****
--- 148,159 ----
        }
  
+       $test[] = '0.9.14.507';
+       function phpgwapi_upgrade0_9_14_507()
+       {
+               // 0.9.15.001-14 are already included in 0.9.14.507
+               $GLOBALS['setup_info']['phpgwapi']['currentver'] = '0.9.15.014';
+               return $GLOBALS['setup_info']['phpgwapi']['currentver'];
+       }
+ 
        $test[] = '0.9.15.001';
        function phpgwapi_upgrade0_9_15_001()
***************
*** 404,407 ****
--- 412,429 ----
  
                $GLOBALS['setup_info']['phpgwapi']['currentver'] = '0.9.15.013';
+               return $GLOBALS['setup_info']['phpgwapi']['currentver'];
+       }
+ 
+ 
+       $test[] = '0.9.15.013';
+       function phpgwapi_upgrade0_9_14_506()
+       {
+               
$GLOBALS['phpgw_setup']->oProc->AlterColumn('phpgw_vfs','content',array(
+                       'type' => 'text',
+                       'nullable' => True
+               ));
+ 
+ 
+               $GLOBALS['setup_info']['phpgwapi']['currentver'] = '0.9.15.014';
                return $GLOBALS['setup_info']['phpgwapi']['currentver'];
        }





reply via email to

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