generated from hmcts/spring-boot-template
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Revert "Case Flags : Add two new columns in Flag Service tabl…
- Loading branch information
1 parent
bc93546
commit c56d1fc
Showing
2 changed files
with
4 additions
and
0 deletions.
There are no files selected for viewing
2 changes: 2 additions & 0 deletions
2
src/functionalTest/resources/dbmigration/V1_11__alter_flag_service_details.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,2 @@ | ||
ALTER TABLE flag_service ADD COLUMN default_status VARCHAR(64) not null default 'Active'; | ||
ALTER TABLE flag_service ADD COLUMN available_externally Boolean not null default False; |
2 changes: 2 additions & 0 deletions
2
src/main/resources/db/migration/V1_11__alter_flag_service_details.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,2 @@ | ||
ALTER TABLE flag_service ADD COLUMN default_status VARCHAR(64) not null default 'Active'; | ||
ALTER TABLE flag_service ADD COLUMN available_externally Boolean not null default False; |