phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: phpgwapi/setup tables_current.inc.php,1.32.2.6.


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/setup tables_current.inc.php,1.32.2.6.2.6,1.32.2.6.2.7
Date: Sun, 08 Jun 2003 04:41:39 -0400

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

Modified Files:
      Tag: Version-0_9_16-branch
        tables_current.inc.php 
Log Message:
added the missing content column to phpgw_vfs


Index: tables_current.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/setup/tables_current.inc.php,v
retrieving revision 1.32.2.6.2.6
retrieving revision 1.32.2.6.2.7
diff -C2 -r1.32.2.6.2.6 -r1.32.2.6.2.7
*** tables_current.inc.php      17 May 2003 20:44:46 -0000      1.32.2.6.2.6
--- tables_current.inc.php      8 Jun 2003 08:41:36 -0000       1.32.2.6.2.7
***************
*** 332,336 ****
                                'link_directory' => array('type' => 
'text','nullable' => True),
                                'link_name' => array('type' => 
'text','nullable' => True),
!                               'version' => array('type' => 
'varchar','precision' => '30','nullable' => False,'default' => '0.0.0.0')
                        ),
                        'pk' => array('file_id'),
--- 332,337 ----
                                'link_directory' => array('type' => 
'text','nullable' => True),
                                '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'),





reply via email to

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