Skip to content

Commit

Permalink
Oppdatere flyway-skript
Browse files Browse the repository at this point in the history
  • Loading branch information
s148719 committed Dec 11, 2024
1 parent a16d73a commit 71bd702
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,4 @@ set fødselsdato = r.fødselsdato
from rolle r
where p.id = r.person_id
and p.ident is not null
and p.fødselsdato is null;

-- Gjøre fødselsdatokolonnen påkrevd
alter table person alter column fødselsdato set not null;
and p.fødselsdato is null;
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-- Gjøre fødselsdatokolonnen påkrevd
alter table person alter column fødselsdato set not null;

0 comments on commit 71bd702

Please sign in to comment.