Skip to content

Commit

Permalink
support failed status
Browse files Browse the repository at this point in the history
  • Loading branch information
davidangb committed Nov 21, 2024
1 parent abf46b3 commit 41de3cf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<!-- add BILLING_ACCOUNT_CHANGES.STATUS column, defaulting to 'outstanding' -->
<addColumn tableName="BILLING_ACCOUNT_CHANGES">
<column name="STATUS"
type="ENUM('ignored','outstanding','synchronized')"
type="ENUM('failed', 'ignored','outstanding','synchronized')"
defaultValue="outstanding"
afterColumn="GOOGLE_SYNC_TIME">
<constraints nullable="false"/>
Expand Down

0 comments on commit 41de3cf

Please sign in to comment.