Removing useless websites table from sql definition
authorpaul <paul@localhost.(none)>
Tue, 7 Aug 2007 14:27:46 +0000 (16:27 +0200)
committerChris Cormack <crc@liblime.com>
Tue, 7 Aug 2007 14:41:20 +0000 (09:41 -0500)
Signed-off-by: Chris Cormack <crc@liblime.com>
installer/kohastructure.sql

index e8d7374..a22b064 100644 (file)
@@ -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`
 --