From a0e48a1c564b0245290b7531967e30c09085ea31 Mon Sep 17 00:00:00 2001 From: Miles Lott Date: Sun, 19 May 2002 23:02:12 +0000 Subject: [PATCH] oops, extra table... --- phpgwapi/setup/tables_current.inc.php | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/phpgwapi/setup/tables_current.inc.php b/phpgwapi/setup/tables_current.inc.php index b750dcadb9..014ede242f 100644 --- a/phpgwapi/setup/tables_current.inc.php +++ b/phpgwapi/setup/tables_current.inc.php @@ -349,18 +349,6 @@ '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(), - 'uc' => array() ) );