mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-18 06:01:44 -05:00
Fix merge conflict with migration file
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
"""empty message
|
"""empty message
|
||||||
|
|
||||||
Revision ID: 0086_scheduled_notifications
|
Revision ID: 0087_scheduled_notifications
|
||||||
Revises: 0085_update_incoming_to_inbound
|
Revises: 0086_add_norm_to_notification
|
||||||
Create Date: 2017-05-15 12:50:20.041950
|
Create Date: 2017-05-15 12:50:20.041950
|
||||||
|
|
||||||
"""
|
"""
|
||||||
@@ -9,8 +9,8 @@ from alembic import op
|
|||||||
import sqlalchemy as sa
|
import sqlalchemy as sa
|
||||||
from sqlalchemy.dialects import postgresql
|
from sqlalchemy.dialects import postgresql
|
||||||
|
|
||||||
revision = '0086_scheduled_notifications'
|
revision = '0087_scheduled_notifications'
|
||||||
down_revision = '0085_update_incoming_to_inbound'
|
down_revision = '0086_add_norm_to_notification'
|
||||||
|
|
||||||
|
|
||||||
def upgrade():
|
def upgrade():
|
||||||
Reference in New Issue
Block a user