Skip to content

Commit

Permalink
Merge pull request #585 from navikt/utvide_dvh_view
Browse files Browse the repository at this point in the history
utvide_dvh_view
  • Loading branch information
holymaloney authored Jan 19, 2024
2 parents 7353210 + 6b4c47d commit e28a544
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
CREATE OR REPLACE VIEW DVH_OPPFOLGINGSHISTORIKK AS (
SELECT
OPPDATERT,
AKTOR_ID,
STARTDATO,
SLUTTDATO,
UUID
FROM OPPFOLGINGSPERIODE
);
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,10 @@
"COLUMN_NAME": "SLUTTDATO",
"DATA_TYPE": "TIMESTAMP",
"CHARACTER_MAXIMUM_LENGTH": null
},
{
"COLUMN_NAME": "UUID",
"DATA_TYPE": "CHARACTER",
"CHARACTER_MAXIMUM_LENGTH": 36
}
]

0 comments on commit e28a544

Please sign in to comment.