Projects/worblehat-old
Projects
/
worblehat-old
Archived
12
0
Fork 0
This repository has been archived on 2024-07-04. You can view files and clone it, but cannot push or open issues or pull requests.
worblehat-old/db/drep_databasen.sql

13 lines
273 B
MySQL
Raw Normal View History

DROP TABLE personreference;
DROP TABLE bookreference;
DROP TABLE referencetype;
DROP TABLE bookperson;
DROP TABLE bookrole;
DROP TABLE person;
DROP TABLE copy;
DROP TABLE alternative_title;
DROP TABLE book;
DROP TABLE bookseries;
DROP TABLE placement;
DROP TABLE category;