diff --git a/src/main/resources/db/migration/V30__add_user_interaction_event_type.sql b/src/main/resources/db/migration/V30__add_user_interaction_event_type.sql new file mode 100644 index 0000000..e0d378e --- /dev/null +++ b/src/main/resources/db/migration/V30__add_user_interaction_event_type.sql @@ -0,0 +1,2 @@ +ALTER TYPE hook.eventtype ADD VALUE 'INVOICE_PAYMENT_USER_INTERACTION_CHANGE_REQUESTED'; +ALTER TYPE hook.eventtype ADD VALUE 'INVOICE_PAYMENT_USER_INTERACTION_CHANGE_COMPLETED';