Skip to content

Commit

Permalink
Refaktorering av sivilstand og boforhold og visningsnavn endepunkt
Browse files Browse the repository at this point in the history
  • Loading branch information
ugur93 committed Nov 27, 2023
1 parent 95a0521 commit 2066379
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ ALTER TABLE SIVILSTAND

UPDATE SIVILSTAND
SET SIVILSTAND = 'GIFT_SAMBOER'
WHERE sivilstand_type_old = 'GIFT';
WHERE SIVILSTAND_TYPE_OLD = 'GIFT';

UPDATE SIVILSTAND
SET SIVILSTAND = 'BOR_ALENE_MED_BARN'
WHERE sivilstand_type_old = 'BOR_ALENE_MED_BARN';
WHERE SIVILSTAND_TYPE_OLD = 'BOR_ALENE_MED_BARN';

alter table SIVILSTAND
drop column SIVILSTAND_TYPE_OLD;
Expand Down

0 comments on commit 2066379

Please sign in to comment.