phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: property/setup tables_current.inc.php,1.16,1.16.


From: Sigurd Nes <address@hidden>
Subject: [Phpgroupware-cvs] CVS: property/setup tables_current.inc.php,1.16,1.16.2.1 tables_update.inc.php,1.16,1.16.2.1
Date: Wed, 20 Nov 2002 13:39:33 -0500

Update of /cvsroot/phpgroupware/property/setup
In directory subversions:/tmp/cvs-serv19201/setup

Modified Files:
      Tag: Version-0_9_14-branch
        tables_current.inc.php tables_update.inc.php 
Log Message:
no message

Index: tables_current.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/setup/tables_current.inc.php,v
retrieving revision 1.16
retrieving revision 1.16.2.1
diff -C2 -r1.16 -r1.16.2.1
*** tables_current.inc.php      15 Nov 2002 22:46:09 -0000      1.16
--- tables_current.inc.php      20 Nov 2002 18:39:29 -0000      1.16.2.1
***************
*** 346,352 ****
                                'property_type_attrib_class_id' => array('type' 
=> 'varchar','precision' => '20','nullable' => True),
                                'p_type_attrib_id' => array('type' => 
'varchar','precision' => '20','nullable' => False),
!                               'C' => array('type' => 'varchar','precision' => 
'50','nullable' => True),
!                               'I' => array('type' => 'int','precision' => 
'4','nullable' => True),
!                               'N' => array('type' => 'decimal','precision' => 
'10','scale' => '2','nullable' => True),
                                'category' => array('type' => 'int','precision' 
=> '4','nullable' => True),
                                'owner' => array('type' => 'int','precision' => 
'4','nullable' => True),
--- 346,352 ----
                                'property_type_attrib_class_id' => array('type' 
=> 'varchar','precision' => '20','nullable' => True),
                                'p_type_attrib_id' => array('type' => 
'varchar','precision' => '20','nullable' => False),
!                               'c' => array('type' => 'varchar','precision' => 
'50','nullable' => True),
!                               'i' => array('type' => 'int','precision' => 
'4','nullable' => True),
!                               'n' => array('type' => 'decimal','precision' => 
'10','scale' => '2','nullable' => True),
                                'category' => array('type' => 'int','precision' 
=> '4','nullable' => True),
                                'owner' => array('type' => 'int','precision' => 
'4','nullable' => True),
***************
*** 1183,1187 ****
                                'title' => array('type' => 
'varchar','precision' => 100,'nullable' => True),
                                'link_name' => array('type' => 
'varchar','precision' => 50,'nullable' => True),
!                               'link' => array('type' => 'varchar','precision' 
=> 100,'nullable' => True),
                                'descr' => array('type' => 'text','nullable' => 
True)
                        ),
--- 1183,1187 ----
                                'title' => array('type' => 
'varchar','precision' => 100,'nullable' => True),
                                'link_name' => array('type' => 
'varchar','precision' => 50,'nullable' => True),
!                               'link' => array('type' => 'varchar','precision' 
=> 255,'nullable' => True),
                                'descr' => array('type' => 'text','nullable' => 
True)
                        ),

Index: tables_update.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/setup/tables_update.inc.php,v
retrieving revision 1.16
retrieving revision 1.16.2.1
diff -C2 -r1.16 -r1.16.2.1
*** tables_update.inc.php       15 Nov 2002 22:46:09 -0000      1.16
--- tables_update.inc.php       20 Nov 2002 18:39:29 -0000      1.16.2.1
***************
*** 400,404 ****
                                'title' => array('type' => 
'varchar','precision' => 100,'nullable' => True),
                                'link_name' => array('type' => 
'varchar','precision' => 50,'nullable' => True),
!                               'link' => array('type' => 'varchar','precision' 
=> 100,'nullable' => True),
                                'descr' => array('type' => 'text','nullable' => 
True)
                        ),
--- 400,404 ----
                                'title' => array('type' => 
'varchar','precision' => 100,'nullable' => True),
                                'link_name' => array('type' => 
'varchar','precision' => 50,'nullable' => True),
!                               'link' => array('type' => 'varchar','precision' 
=> 255,'nullable' => True),
                                'descr' => array('type' => 'text','nullable' => 
True)
                        ),





reply via email to

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