SQL-kode for å fjerne alt fra databasen.
This commit is contained in:
parent
c7eb377f5f
commit
8630ab2732
|
@ -0,0 +1,12 @@
|
|||
DROP TABLE personreferanse;
|
||||
DROP TABLE bokreferanse;
|
||||
DROP TABLE referansetype;
|
||||
DROP TABLE bokperson;
|
||||
DROP TABLE rolle;
|
||||
DROP TABLE person;
|
||||
DROP TABLE eksemplar;
|
||||
DROP TABLE alternativ_tittel;
|
||||
DROP TABLE bok;
|
||||
DROP TABLE bokserie;
|
||||
DROP TABLE plassering;
|
||||
DROP TABLE kategori;
|
Reference in New Issue