-
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.
Browse files
Browse the repository at this point in the history
* BE work complete * Changed from YesNoType to Boolean * Changed from Yes to Other * Changed from Yes to Other FE * Added new fields to form and readonly * Added cypress test * Updated snaps * Fixed Bool spell * Renamed migration
- Loading branch information
1 parent
5599d69
commit b894a4a
Showing
31 changed files
with
713 additions
and
4 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
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,4 @@ | ||
ALTER TABLE plan_payments | ||
ADD COLUMN claims_processing_precedence BOOLEAN, | ||
ADD COLUMN claims_processing_precedence_other ZERO_STRING, | ||
ADD COLUMN claims_processing_precedence_note ZERO_STRING; |
Oops, something went wrong.