kohabug 2076 - remove three tables (DB rev 077)
[koha-ffzg.git] / installer / data / Pg / kohastructure.sql
index a7569f2..6669613 100644 (file)
@@ -616,19 +616,6 @@ PRIMARY KEY (categorycode)
 );
 
 -- 
--- Table structure for table categorytable
--- 
-
---DROP TABLE categorytable;
-
-CREATE TABLE categorytable (
-categorycode varchar(5) NOT NULL default '',
-description text,
-itemtypecodes text,
-PRIMARY KEY (categorycode)
-);
-
--- 
 -- Table structure for table cities
 -- 
 
@@ -1127,19 +1114,6 @@ PRIMARY KEY (frameworkcode,tagfield)
 );
 
 -- 
--- Table structure for table mediatypetable
--- 
-
---DROP TABLE mediatypetable;
-
-CREATE TABLE mediatypetable (
-mediatypecode varchar(5) NOT NULL default '',
-description text,
-itemtypecodes text,
-PRIMARY KEY (mediatypecode)
-);
-
--- 
 -- Table structure for table notifys
 -- 
 
@@ -1387,19 +1361,6 @@ word varchar(255) default NULL
 );
 
 -- 
--- Table structure for table subcategorytable
--- 
-
---DROP TABLE subcategorytable;
-
-CREATE TABLE subcategorytable (
-subcategorycode varchar(5) NOT NULL default '',
-description text,
-itemtypecodes text,
-PRIMARY KEY (subcategorycode)
-);
-
--- 
 -- Table structure for table subscription
 --