-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Denormalisere noen felter inn i oppgavefelt_verdi_aktiv (steg 1) (#2813)
- Loading branch information
Showing
3 changed files
with
17 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 3 additions & 0 deletions
3
src/main/resources/migreringer/V1.0_0071__oppgavefeltverdi_aktiv_denormaliser.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
alter table oppgavefelt_verdi_aktiv add column omrade_ekstern_id varchar(100); | ||
alter table oppgavefelt_verdi_aktiv add column oppgavetype_ekstern_id varchar(100); | ||
alter table oppgavefelt_verdi_aktiv add column feltdefinisjon_ekstern_id varchar(100); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters