-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
IS-2401: Adjust status endring model (#160)
- Loading branch information
1 parent
dd6c674
commit 7501399
Showing
3 changed files
with
13 additions
and
8 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
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/db/migration/V2_10__alter_table_dialogmotestatus.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 DIALOGMOTESTATUS RENAME COLUMN ferdigstilt_tidspunkt TO status_tidspunkt; | ||
ALTER TABLE DIALOGMOTESTATUS ADD COLUMN status_type VARCHAR(50) NOT NULL DEFAULT 'FERDIGSTILT'; | ||
ALTER TABLE DIALOGMOTESTATUS ALTER COLUMN status_type DROP DEFAULT; |