mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-01 15:46:07 -05:00
Renamed migration script
This commit is contained in:
@@ -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
|
||||||
Reference in New Issue
Block a user