- Apply DB migration
- Build new docker image and recreate container for
payment-processor
as described inService deploy
chapter in Readme
Note that this query creates a new column in the external_incomes
DB table. All existing values for the payer address
will be filled with a 0 workchain.
- Apply DB migration
- Build new docker image and recreate container for
payment-processor
as described inService deploy
chapter in Readme
Note that this query creates a new nullable column in the external_withdrawals
and external_incomes
DB tables and binary_comment
column in withdrawal_requests
table.
- Apply DB migration
- Build new docker image and recreate container for
payment-processor
as described inService deploy
chapter in Readme