Skip to content

Commit

Permalink
fix alembic version (#2040)
Browse files Browse the repository at this point in the history
  • Loading branch information
jzbahrai authored Nov 27, 2023
1 parent 0f3cd44 commit e796c0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion migrations/versions/0440_add_index_n_history_comp.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

from alembic import op

revision = "0440_add_index_n_history_comp"
revision = "0440_add_index_n_history_2"
down_revision = "0439_add_index_n_history"


Expand Down
2 changes: 1 addition & 1 deletion migrations/versions/0441_add_apikey_revoke_email.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from flask import current_app

revision = "0441_add_apikey_revoke_email"
down_revision = "0440_add_index_n_history_comp"
down_revision = "0440_add_index_n_history_2"

apikey_revoke_template_id = current_app.config["APIKEY_REVOKE_TEMPLATE_ID"]

Expand Down

0 comments on commit e796c0c

Please sign in to comment.