mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-16 10:12:32 -05:00
Unpick migration conflict
Inbound provider and Dial-a-Ride migrations happened at the same time and got the same revision numbers. This commit puts DAR after inbound provider.
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
"""empty message
|
||||
|
||||
Revision ID: 0098_tfl_dar
|
||||
Revises: 0097_notnull_inbound_provider
|
||||
Revision ID: 0099_tfl_dar
|
||||
Revises: 0098_service_inbound_api
|
||||
Create Date: 2017-06-05 16:15:17.744908
|
||||
|
||||
"""
|
||||
|
||||
# revision identifiers, used by Alembic.
|
||||
revision = '0098_tfl_dar'
|
||||
down_revision = '0097_notnull_inbound_provider'
|
||||
revision = '0099_tfl_dar'
|
||||
down_revision = '0098_service_inbound_api'
|
||||
|
||||
from alembic import op
|
||||
import sqlalchemy as sa
|
||||
Reference in New Issue
Block a user