phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: phpgwapi/setup setup.inc.php,1.37.2.6.2.7,1.37.


From: Dave Hall <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/setup setup.inc.php,1.37.2.6.2.7,1.37.2.6.2.8 tables_current.inc.php,1.32.2.6.2.7,1.32.2.6.2.8 tables_update.inc.php,1.53.2.9.2.10,1.53.2.9.2.11
Date: Wed, 18 Jun 2003 05:56:03 -0400

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

Modified Files:
      Tag: Version-0_9_16-branch
        setup.inc.php tables_current.inc.php tables_update.inc.php 
Log Message:
made phpgw_vfs.content nullable

Index: setup.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/setup/setup.inc.php,v
retrieving revision 1.37.2.6.2.7
retrieving revision 1.37.2.6.2.8
diff -C2 -r1.37.2.6.2.7 -r1.37.2.6.2.8
*** setup.inc.php       17 May 2003 20:44:46 -0000      1.37.2.6.2.7
--- setup.inc.php       18 Jun 2003 09:56:00 -0000      1.37.2.6.2.8
***************
*** 16,20 ****
        $setup_info['phpgwapi']['name']      = 'phpgwapi';
        $setup_info['phpgwapi']['title']     = 'phpgwapi';
!       $setup_info['phpgwapi']['version']   = '0.9.14.506';
        $setup_info['phpgwapi']['versions']['current_header'] = '1.23';
        $setup_info['phpgwapi']['enable']    = 3;
--- 16,20 ----
        $setup_info['phpgwapi']['name']      = 'phpgwapi';
        $setup_info['phpgwapi']['title']     = 'phpgwapi';
!       $setup_info['phpgwapi']['version']   = '0.9.14.507';
        $setup_info['phpgwapi']['versions']['current_header'] = '1.23';
        $setup_info['phpgwapi']['enable']    = 3;
***************
*** 52,55 ****
--- 52,56 ----
        $setup_info['notifywindow']['tables']    = '';
        $setup_info['notifywindow']['hooks'][]   = 'home';
+ 
  
  

Index: tables_current.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/setup/tables_current.inc.php,v
retrieving revision 1.32.2.6.2.7
retrieving revision 1.32.2.6.2.8
diff -C2 -r1.32.2.6.2.7 -r1.32.2.6.2.8
*** tables_current.inc.php      8 Jun 2003 08:41:36 -0000       1.32.2.6.2.7
--- tables_current.inc.php      18 Jun 2003 09:56:00 -0000      1.32.2.6.2.8
***************
*** 333,337 ****
                                'link_name' => array('type' => 
'text','nullable' => True),
                                'version' => array('type' => 
'varchar','precision' => '30','nullable' => False,'default' => '0.0.0.0'),
!                               'content' => array('type' => 'text','nullable' 
=> False)
                        ),
                        'pk' => array('file_id'),
--- 333,337 ----
                                'link_name' => array('type' => 
'text','nullable' => True),
                                'version' => array('type' => 
'varchar','precision' => '30','nullable' => False,'default' => '0.0.0.0'),
!                               'content' => array('type' => 'text','nullable' 
=> True)
                        ),
                        'pk' => array('file_id'),

Index: tables_update.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/setup/tables_update.inc.php,v
retrieving revision 1.53.2.9.2.10
retrieving revision 1.53.2.9.2.11
diff -C2 -r1.53.2.9.2.10 -r1.53.2.9.2.11
*** tables_update.inc.php       10 Jun 2003 22:31:57 -0000      1.53.2.9.2.10
--- tables_update.inc.php       18 Jun 2003 09:56:00 -0000      1.53.2.9.2.11
***************
*** 666,668 ****
--- 666,682 ----
                return $GLOBALS['setup_info']['phpgwapi']['currentver'];
        }
+ 
+ 
+       $test[] = '0.9.14.506';
+       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.14.507';
+               return $GLOBALS['setup_info']['phpgwapi']['currentver'];
+       }
  ?>





reply via email to

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