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.38,1.39


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

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

Modified Files:
        tables_current.inc.php 
Log Message:
oops, extra table...



Index: tables_current.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/setup/tables_current.inc.php,v
retrieving revision 1.38
retrieving revision 1.39
diff -C2 -r1.38 -r1.39
*** tables_current.inc.php      19 May 2002 22:55:37 -0000      1.38
--- tables_current.inc.php      19 May 2002 23:02:12 -0000      1.39
***************
*** 350,365 ****
                        '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(),
-                       'uc' => array()
                )
        );
--- 350,353 ----




reply via email to

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