Skip to content

Commit

Permalink
wip: update model categories in simplified fashion
Browse files Browse the repository at this point in the history
  • Loading branch information
OddTomBrooks committed Aug 2, 2023
1 parent 08c9e8c commit 0c9cff4
Show file tree
Hide file tree
Showing 6 changed files with 344 additions and 27 deletions.
6 changes: 6 additions & 0 deletions migrations/V102__Update_Model_Categories.sql
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[];
272 changes: 263 additions & 9 deletions pkg/graph/generated/generated.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 0c9cff4

Please sign in to comment.