Skip to content

Commit

Permalink
Merge pull request #1677 from hmcts/PAY-7265-Refund-500-Fix-2
Browse files Browse the repository at this point in the history
Pay 7265 refund 500 fix 2
  • Loading branch information
davejones74 committed Aug 28, 2024
2 parents f7dc134 + 85a6be7 commit cfda616
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions api/src/main/resources/db/changelog/db.changelog-0.1.14.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
databaseChangeLog:
- changeSet:
id: 1810000000000-1
author: DaveJ
changes:
- sql:
splitStatements:
sql: >
ALTER TABLE fee ALTER COLUMN volume SET DEFAULT 1;
UPDATE fee SET volume = 1 WHERE volume IS NULL;
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@
<include file="db/changelog/db.changelog-0.1.11.yaml"/>
<include file="db/changelog/db.changelog-0.1.12.yaml"/>
<include file="db/changelog/db.changelog-0.1.13.yaml"/>
<include file="db/changelog/db.changelog-0.1.14.yaml"/>
</databaseChangeLog>

0 comments on commit cfda616

Please sign in to comment.