Skip to content

Commit

Permalink
Invert order of table dropping to allow DB downgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
hellais committed Mar 28, 2024
1 parent 01db896 commit f25d77a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,5 @@ def upgrade() -> None:
)

def downgrade() -> None:
op.drop_table("ooniprobe_vpn_provider")
op.drop_table("ooniprobe_vpn_provider_endpoint")
op.drop_table("ooniprobe_vpn_provider")

0 comments on commit f25d77a

Please sign in to comment.