Skip to content

Commit

Permalink
Updated down revision number to reflect new head
Browse files Browse the repository at this point in the history
  • Loading branch information
cccs-joel committed Dec 13, 2021
1 parent 0b229fd commit bb42450
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
"""Change datatype of type in BaseColumn
Revision ID: 3ba29ecbaac5
Revises: b92d69a6643c
Revises: abe27eaf93db
Create Date: 2021-11-02 17:44:51.792138
"""

# revision identifiers, used by Alembic.
revision = "3ba29ecbaac5"
down_revision = "b92d69a6643c"
down_revision = "abe27eaf93db"

import sqlalchemy as sa
from alembic import op
Expand Down

0 comments on commit bb42450

Please sign in to comment.