phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: cdb/setup tables_update.inc.php,1.3,1.4 tables_c


From: Brian Morel <address@hidden>
Subject: [Phpgroupware-cvs] CVS: cdb/setup tables_update.inc.php,1.3,1.4 tables_current.inc.php,1.4,1.5
Date: Thu, 07 Mar 2002 23:33:43 -0500

Update of /cvsroot/phpgroupware/cdb/setup
In directory subversions:/tmp/cvs-serv1103

Modified Files:
        tables_update.inc.php tables_current.inc.php 
Log Message:
public is reserved in postgres

Index: tables_update.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/cdb/setup/tables_update.inc.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** tables_update.inc.php       1 Mar 2002 21:13:51 -0000       1.3
--- tables_update.inc.php       8 Mar 2002 04:33:40 -0000       1.4
***************
*** 89,93 ****
                                        'owner' => array('type' => 'int', 
'precision' => 4,'nullable' => False,'default' => '0'),
                                        'group_owner' => array('type' => 
'varchar', 'precision' => 255,'nullable' => False),
!                                       'public' => array('type' => 'char', 
'precision' => 32,'nullable' => False),
                                        'name' => array('type' => 'varchar', 
'precision' => 30,'nullable' => False),
                                        'type' => array('type' => 'int', 
'precision' => 4,'nullable' => False,'default' => '0'),
--- 89,93 ----
                                        'owner' => array('type' => 'int', 
'precision' => 4,'nullable' => False,'default' => '0'),
                                        'group_owner' => array('type' => 
'varchar', 'precision' => 255,'nullable' => False),
!                                       'view_public' => array('type' => 
'char', 'precision' => 32,'nullable' => False),
                                        'name' => array('type' => 'varchar', 
'precision' => 30,'nullable' => False),
                                        'type' => array('type' => 'int', 
'precision' => 4,'nullable' => False,'default' => '0'),

Index: tables_current.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/cdb/setup/tables_current.inc.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** tables_current.inc.php      1 Mar 2002 21:13:51 -0000       1.4
--- tables_current.inc.php      8 Mar 2002 04:33:40 -0000       1.5
***************
*** 324,328 ****
                                'owner' => array('type' => 'int', 'precision' 
=> 4,'nullable' => False),
                                'group_owner' => array('type' => 'varchar', 
'precision' => 255,'nullable' => False),
!                               'public' => array('type' => 'char', 'precision' 
=> 32,'nullable' => False),
                                'name' => array('type' => 'varchar', 
'precision' => 30,'nullable' => False),
                                'type' => array('type' => 'int', 'precision' => 
4,'nullable' => False),
--- 324,328 ----
                                'owner' => array('type' => 'int', 'precision' 
=> 4,'nullable' => False),
                                'group_owner' => array('type' => 'varchar', 
'precision' => 255,'nullable' => False),
!                               'view_public' => array('type' => 'char', 
'precision' => 32,'nullable' => False),
                                'name' => array('type' => 'varchar', 
'precision' => 30,'nullable' => False),
                                'type' => array('type' => 'int', 'precision' => 
4,'nullable' => False),




reply via email to

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