From df3ce139c23520fd41049fd00fc90f8563984250 Mon Sep 17 00:00:00 2001 From: Markus Johansen Date: Wed, 9 Aug 2023 14:42:30 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=83=EF=B8=8F=20T=C3=B8mmer=20databasen?= =?UTF-8?q?=20f=C3=B8r=20presentasjon?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Sindre Kjelsrud Co-authored-by: Amalie Mansåker --- backend/src/main/resources/db/migration/V8__tomDatabase.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 backend/src/main/resources/db/migration/V8__tomDatabase.sql diff --git a/backend/src/main/resources/db/migration/V8__tomDatabase.sql b/backend/src/main/resources/db/migration/V8__tomDatabase.sql new file mode 100644 index 0000000..da451d7 --- /dev/null +++ b/backend/src/main/resources/db/migration/V8__tomDatabase.sql @@ -0,0 +1 @@ +TRUNCATE feilmelding \ No newline at end of file