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