From 7a18ccfe32304b2a8b50b7d52b3222ef878b97d5 Mon Sep 17 00:00:00 2001 From: Mike Beck Date: Mon, 3 Jun 2002 11:54:30 +0000 Subject: [PATCH] changed Doku: no key for pdf_page in relationtable anymore --- Documentation.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Documentation.html b/Documentation.html index b1cf90cfb..f7eb4bf09 100755 --- a/Documentation.html +++ b/Documentation.html @@ -635,8 +635,7 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'        `master_field` varchar(64) NOT NULL default '',
       `foreign_table` varchar(64) NOT NULL default '',
       `foreign_field` varchar(64) NOT NULL default '',
-        PRIMARY KEY (`master_table`,`master_field`),
-        KEY pdf_page_number (`pdf_page_number`)
+        PRIMARY KEY (`master_table`,`master_field`)
     ) TYPE=MyISAM COMMENT='Relation table';