Skip to content

Commit

Permalink
fix migration script
Browse files Browse the repository at this point in the history
  • Loading branch information
Scarlett-Truong committed Sep 20, 2024
1 parent 5bb867c commit 9ad6ff5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion migrations/sql/V1.28.0__CE-1066.sql
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ALTER TABLE case_management.decision
DROP CONSTRAINT PK_rationale_code;
DROP CONSTRAINT fk_decision__rationale_code;

ALTER TABLE case_management.decision
RENAME COLUMN rationale_code TO rationale_text;
Expand Down

0 comments on commit 9ad6ff5

Please sign in to comment.