-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Was deleted somehow during previous merge (@cheng)
Added migration script and code changes for action and actionResultNa… (#2069) * added migration script and code changes for action and actionResultName changes * added ActionName and ActionResultName to the builder method * added unit test for 2 added fields
- Loading branch information
1 parent
eca5fe2
commit ee26c61
Showing
6 changed files
with
18 additions
and
3 deletions.
There are no files selected for viewing
3 changes: 3 additions & 0 deletions
3
.../main/resources/database/migrations/V1.3__BIE_Contention_Event_Add_Additional_Columns.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 "bie_contention_event" | ||
ADD COLUMN "action_name" VARCHAR(255) DEFAULT NULL, | ||
ADD COLUMN "action_result_name" VARCHAR(255) DEFAULT NULL; |
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
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
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