Skip to content

Commit

Permalink
Fixing revision
Browse files Browse the repository at this point in the history
  • Loading branch information
kevgliss committed Sep 13, 2023
1 parent 9d2e66b commit 10a6114
Showing 1 changed file with 6 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
"""Adds initial canary support to signals
"""Adds canary column to signal_instance
Revision ID: e151962478b3
Revises: 4e57f5b1f3f3
Create Date: 2023-09-11 14:28:36.030592
Revision ID: e875e9544048
Revises: 0560fab4537f
Create Date: 2023-09-13 09:31:24.223488
"""
from alembic import op
import sqlalchemy as sa

# revision identifiers, used by Alembic.
revision = "e151962478b3"
down_revision = "4e57f5b1f3f3"
revision = "e875e9544048"
down_revision = "0560fab4537f"
branch_labels = None
depends_on = None

Expand All @@ -24,4 +24,3 @@ def upgrade():
def downgrade():
# ### commands auto generated by Alembic - please adjust! ###
op.drop_column("signal_instance", "canary")
# ### end Alembic commands ###

0 comments on commit 10a6114

Please sign in to comment.