Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.02 KB

manual_migrations.md

File metadata and controls

18 lines (13 loc) · 1.02 KB

Manual migrations between versions

v0.1.x -> v0.2.0

  1. Apply DB migration
  2. Build new docker image and recreate container for payment-processor as described in Service 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.

v0.4.x -> v0.5.0

  1. Apply DB migration
  2. Build new docker image and recreate container for payment-processor as described in Service 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.

v0.5.x -> v0.6.3

  1. Apply DB migration
  2. Build new docker image and recreate container for payment-processor as described in Service deploy chapter in Readme