From 8f38a37b8dd1b4b5c3c6b77b4cd38e6b0a0dd5be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Solga=CC=8Ard?= Date: Wed, 2 Oct 2024 08:53:53 +0200 Subject: [PATCH] IS-2621: Add stansdato to vurdering table --- .../db/migration/V1_4__add_stansdato_to_vurdering_table.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/main/resources/db/migration/V1_4__add_stansdato_to_vurdering_table.sql diff --git a/src/main/resources/db/migration/V1_4__add_stansdato_to_vurdering_table.sql b/src/main/resources/db/migration/V1_4__add_stansdato_to_vurdering_table.sql new file mode 100644 index 0000000..ee37784 --- /dev/null +++ b/src/main/resources/db/migration/V1_4__add_stansdato_to_vurdering_table.sql @@ -0,0 +1,2 @@ +ALTER TABLE VURDERING + ADD COLUMN stansdato DATE;