From 5cabc697585c035e0de013b43dbab12d43e2afb5 Mon Sep 17 00:00:00 2001 From: paul Date: Tue, 7 Aug 2007 16:27:46 +0200 Subject: [PATCH] Removing useless websites table from sql definition Signed-off-by: Chris Cormack --- installer/kohastructure.sql | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/installer/kohastructure.sql b/installer/kohastructure.sql index e8d7374020..a22b0649f4 100644 --- a/installer/kohastructure.sql +++ b/installer/kohastructure.sql @@ -1632,20 +1632,6 @@ CREATE TABLE `users` ( `level` smallint(6) default NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; --- --- Table structure for table `websites` --- - -DROP TABLE IF EXISTS `websites`; -CREATE TABLE `websites` ( - `websitenumber` int(11) NOT NULL auto_increment, - `biblionumber` int(11) NOT NULL default '0', - `title` mediumtext, - `description` mediumtext, - `url` varchar(255) default NULL, - PRIMARY KEY (`websitenumber`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; - -- -- Table structure for table `z3950queue` -- -- 2.20.1