Skip to content

Commit

Permalink
Fix: migration
Browse files Browse the repository at this point in the history
  • Loading branch information
Rotheem committed Jan 3, 2025
1 parent b5d1683 commit 45a7567
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions migrations/versions/27-MyECLPay.py
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,8 @@ def downgrade() -> None:
op.drop_table("myeclpay_wallet_device")
op.drop_table("myeclpay_store")
op.drop_table("myeclpay_wallet")
op.drop_table("myeclpay_structure_manager_transfert")
op.drop_table("myeclpay_structure")

sa.Enum(TransactionType, name="transactiontype").drop(
op.get_bind(),
Expand Down

0 comments on commit 45a7567

Please sign in to comment.