Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jzbahrai committed Feb 6, 2024
1 parent 6a71c06 commit 22afa9b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion migrations/versions/0444_add_index_n_history2.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,6 @@ def upgrade():

def downgrade():
op.execute("COMMIT")
op.drop_index(op.f("ix_notification_history_api_key_id_created"), table_name="notification_history", postgresql_concurrently=True)
op.drop_index(
op.f("ix_notification_history_api_key_id_created"), table_name="notification_history", postgresql_concurrently=True
)

0 comments on commit 22afa9b

Please sign in to comment.