phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: wcm/setup tables_current.inc.php,1.5,1.6


From: Miles Lott <address@hidden>
Subject: [Phpgroupware-cvs] CVS: wcm/setup tables_current.inc.php,1.5,1.6
Date: Sun, 24 Feb 2002 22:10:32 -0500

Update of /cvsroot/phpgroupware/wcm/setup
In directory subversions:/tmp/cvs-serv19606

Modified Files:
        tables_current.inc.php 
Log Message:
add missing fields

Index: tables_current.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/wcm/setup/tables_current.inc.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** tables_current.inc.php      24 Feb 2002 22:36:40 -0000      1.5
--- tables_current.inc.php      25 Feb 2002 03:10:30 -0000      1.6
***************
*** 54,58 ****
                                'page_expire'   => array('type' => 'varchar', 
'precision' => 64,  'nullable' => True),
                                'page_langs'    => array('type' => 'varchar', 
'precision' => 255, 'nullable' => True),
!                               'page_version'  => array('type' => 'varchar', 
'precision' => 64,  'nullable' => True)
                        ),
                        'pk' => array('page_id'),
--- 54,61 ----
                                'page_expire'   => array('type' => 'varchar', 
'precision' => 64,  'nullable' => True),
                                'page_langs'    => array('type' => 'varchar', 
'precision' => 255, 'nullable' => True),
!                               'page_version'  => array('type' => 'varchar', 
'precision' => 64,  'nullable' => True),
!                               'page_left'     => array('type' => 'int', 
'precision' => 4, 'nullable' => True),
!                               'page_mid'      => array('type' => 'int', 
'precision' => 4, 'nullable' => True),
!                               'page_right'    => array('type' => 'int', 
'precision' => 4, 'nullable' => True)
                        ),
                        'pk' => array('page_id'),




reply via email to

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