mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-09 14:42:24 -05:00
Fix merge conflicts
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
Revision ID: 0358_remove_sched_notifications
|
Revision ID: 0359_remove_sched_notifications
|
||||||
Revises: 0357_validate_constraint
|
Revises: 0358_operator_channel
|
||||||
Create Date: 2021-06-07 09:09:06.376862
|
Create Date: 2021-06-07 09:09:06.376862
|
||||||
|
|
||||||
"""
|
"""
|
||||||
@@ -9,8 +9,8 @@ import sqlalchemy as sa
|
|||||||
from alembic import op
|
from alembic import op
|
||||||
from sqlalchemy.dialects import postgresql
|
from sqlalchemy.dialects import postgresql
|
||||||
|
|
||||||
revision = '0358_remove_sched_notifications'
|
revision = '0359_remove_sched_notifications'
|
||||||
down_revision = '0357_validate_constraint'
|
down_revision = '0358_operator_channel'
|
||||||
|
|
||||||
|
|
||||||
def upgrade():
|
def upgrade():
|
||||||
Reference in New Issue
Block a user