mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-04 02:11:11 -05:00
Rename migration file
This commit is contained in:
@@ -1,15 +1,15 @@
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
Revision ID: 0296_template_redacted_fix
|
Revision ID: 0297_template_redacted_fix
|
||||||
Revises: 0295_api_key_constraint
|
Revises: 0296_agreement_signed_by_person
|
||||||
Create Date: 2019-06-07 17:02:14.350064
|
Create Date: 2019-06-25 17:02:14.350064
|
||||||
|
|
||||||
"""
|
"""
|
||||||
from alembic import op
|
from alembic import op
|
||||||
|
|
||||||
|
|
||||||
revision = '0296_template_redacted_fix'
|
revision = '0297_template_redacted_fix'
|
||||||
down_revision = '0295_api_key_constraint'
|
down_revision = '0296_agreement_signed_by_person'
|
||||||
|
|
||||||
|
|
||||||
def upgrade():
|
def upgrade():
|
||||||
Reference in New Issue
Block a user