From 8630ab273228b00859de889a36ae6998ad1d9e0c Mon Sep 17 00:00:00 2001 From: oysteini Date: Sat, 8 Oct 2011 09:10:41 +0000 Subject: [PATCH] =?UTF-8?q?SQL-kode=20for=20=C3=A5=20fjerne=20alt=20fra=20?= =?UTF-8?q?databasen.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- db/drep_databasen.sql | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 db/drep_databasen.sql diff --git a/db/drep_databasen.sql b/db/drep_databasen.sql new file mode 100644 index 0000000..bfb4a18 --- /dev/null +++ b/db/drep_databasen.sql @@ -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;