mirror of
https://github.com/GSA/notifications-api.git
synced 2026-09-06 00:08:26 -04:00
Fix merge conflict in db migration
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
Revision ID: 0189_ft_billing_data_type
|
Revision ID: 0189_ft_billing_data_type
|
||||||
Revises: 0187_another_letter_org
|
Revises: 0188_add_ft_notification_status
|
||||||
Create Date: 2018-05-10 14:57:52.589773
|
Create Date: 2018-05-10 14:57:52.589773
|
||||||
|
|
||||||
"""
|
"""
|
||||||
@@ -9,7 +9,7 @@ from alembic import op
|
|||||||
import sqlalchemy as sa
|
import sqlalchemy as sa
|
||||||
|
|
||||||
revision = '0189_ft_billing_data_type'
|
revision = '0189_ft_billing_data_type'
|
||||||
down_revision = '0187_another_letter_org'
|
down_revision = '0188_add_ft_notification_status'
|
||||||
|
|
||||||
|
|
||||||
def upgrade():
|
def upgrade():
|
||||||
|
|||||||
Reference in New Issue
Block a user