Renamed migration script

This commit is contained in:
Ken Tsang
2017-07-25 17:23:30 +01:00
parent 277f5b9053
commit 4989493bdf

View File

@@ -1,14 +1,14 @@
"""empty message """empty message
Revision ID: 0110_drop_old_service_flags Revision ID: 0111_drop_old_service_flags
Revises: 0109_rem_old_noti_status Revises: 0110_monthly_billing
Create Date: 2017-07-12 13:35:45.636618 Create Date: 2017-07-12 13:35:45.636618
""" """
# revision identifiers, used by Alembic. # revision identifiers, used by Alembic.
revision = '0110_drop_old_service_flags' revision = '0111_drop_old_service_flags'
down_revision = '0109_rem_old_noti_status' down_revision = '0110_monthly_billing'
from alembic import op from alembic import op
import sqlalchemy as sa import sqlalchemy as sa