X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=installer%2Fdata%2FPg%2Fkohastructure.sql;h=6669613a53ee03beea1ba7367ae8d78a4a43cc9f;hb=22aa16e87f996b9a046f7b8ed3e495ebd49194fd;hp=a7569f225895e6b7153c7c192daab53c78c4867c;hpb=8a9bf4d49d3991b1494f01521467c3bda4a88bea;p=koha-ffzg.git diff --git a/installer/data/Pg/kohastructure.sql b/installer/data/Pg/kohastructure.sql index a7569f2258..6669613a53 100644 --- a/installer/data/Pg/kohastructure.sql +++ b/installer/data/Pg/kohastructure.sql @@ -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 --