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.37,1.38


From: Miles Lott <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/setup tables_current.inc.php,1.37,1.38
Date: Sun, 19 May 2002 18:55:40 -0400

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

Modified Files:
        tables_current.inc.php 
Log Message:
WARNING - changes preference_owner field to integer (was varchar(20));



Index: tables_current.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/setup/tables_current.inc.php,v
retrieving revision 1.37
retrieving revision 1.38
diff -C2 -r1.37 -r1.38
*** tables_current.inc.php      7 Apr 2002 19:58:57 -0000       1.37
--- tables_current.inc.php      19 May 2002 22:55:37 -0000      1.38
***************
*** 74,78 ****
                'phpgw_preferences' => array(
                        'fd' => array(
!                               'preference_owner' => array('type' => 
'varchar', 'precision' => 20, 'nullable' => false),
                                'preference_value' => array('type' => 'text')
                        ),
--- 74,78 ----
                'phpgw_preferences' => array(
                        'fd' => array(
!                               'preference_owner' => array('type' => 'int', 
'precision' => 4, 'nullable' => false),
                                'preference_value' => array('type' => 'text')
                        ),
***************
*** 347,350 ****
--- 347,362 ----
                        ),
                        'pk' => array('history_id'),
+                       'fk' => array(),
+                       'ix' => array(),
+                       'uc' => array()
+               ),
+               'phpgw_app_link', array(
+                       'fd' => array(
+                               'appname' => array('type' => 'varchar', 
'precision' => 64, 'nullable' => False),
+                               'appid'   => array('type' => 'int',     
'precision' => 4,  'nullable' => False),
+                               'linkapp' => array('type' => 'varchar', 
'precision' => 64, 'nullable' => False),
+                               'linkid'  => array('type' => 'int',     
'precision' => 4,  'nullable' => False),
+                       ),
+                       'pk' => array('appname','linkapp'),
                        'fk' => array(),
                        'ix' => array(),




reply via email to

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