mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-12 16:22:17 -05:00
Fix db migration merge conflicts
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
Revision ID: 0348_add_ft_processing_time
|
Revision ID: 0349_add_ft_processing_time
|
||||||
Revises: 0347_add_dvla_volumes_template
|
Revises: 0348_migrate_broadcast_settings
|
||||||
Create Date: 2021-02-22 14:05:24.775338
|
Create Date: 2021-02-22 14:05:24.775338
|
||||||
|
|
||||||
"""
|
"""
|
||||||
@@ -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 = '0348_add_ft_processing_time'
|
revision = '0349_add_ft_processing_time'
|
||||||
down_revision = '0347_add_dvla_volumes_template'
|
down_revision = '0348_migrate_broadcast_settings'
|
||||||
|
|
||||||
|
|
||||||
def upgrade():
|
def upgrade():
|
||||||
Reference in New Issue
Block a user