Projects/worblehat-old
Projects
/
worblehat-old
Archived
12
0
Fork 0

SQL-kode for å fjerne alt fra databasen.

This commit is contained in:
Øystein Ingmar Skartsæterhagen 2011-10-08 09:10:41 +00:00
parent c7eb377f5f
commit 8630ab2732
1 changed files with 12 additions and 0 deletions

12
db/drep_databasen.sql Normal file
View File

@ -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;