mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-03 09:51:11 -05:00
Rebase of master and increment filename for as there was already a 196
migration script.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
"""
|
||||
|
||||
Revision ID: 0196_service_contact_link
|
||||
Revises: 0195_ft_notification_timestamps
|
||||
Revision ID: 0197_service_contact_link
|
||||
Revises: 0196_complaints_table
|
||||
Create Date: 2018-05-31 15:01:32.977620
|
||||
|
||||
"""
|
||||
@@ -9,8 +9,8 @@ from alembic import op
|
||||
import sqlalchemy as sa
|
||||
|
||||
|
||||
revision = '0196_service_contact_link'
|
||||
down_revision = '0195_ft_notification_timestamps'
|
||||
revision = '0197_service_contact_link'
|
||||
down_revision = '0196_complaints_table'
|
||||
|
||||
|
||||
def upgrade():
|
||||
Reference in New Issue
Block a user