-
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.
wip: update model categories in simplified fashion
- Loading branch information
1 parent
08c9e8c
commit 0c9cff4
Showing
6 changed files
with
344 additions
and
27 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
ALTER TYPE model_category ADD VALUE IF NOT EXISTS 'DISEASE_SPECIFIC_AND_EPISODIC'; | ||
ALTER TYPE model_category ADD VALUE IF NOT EXISTS 'STATE_BASED'; | ||
ALTER TYPE model_category ADD VALUE IF NOT EXISTS 'HEALTH_PLAN'; | ||
ALTER TYPE model_category ADD VALUE IF NOT EXISTS 'TO_BE_DETERMINED'; | ||
|
||
ALTER TABLE plan_basics ADD COLUMN additional_categories model_category[]; |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.