mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-02 17:31:14 -05:00
fix db migration to use the right previous version
This commit is contained in:
@@ -1,14 +1,14 @@
|
|||||||
"""empty message
|
"""empty message
|
||||||
|
|
||||||
Revision ID: 0014_add_template_version
|
Revision ID: 0014_add_template_version
|
||||||
Revises: 0012_complete_provider_details
|
Revises: 0013_add_loadtest_client
|
||||||
Create Date: 2016-05-11 16:00:51.478012
|
Create Date: 2016-05-11 16:00:51.478012
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
# revision identifiers, used by Alembic.
|
# revision identifiers, used by Alembic.
|
||||||
revision = '0014_add_template_version'
|
revision = '0014_add_template_version'
|
||||||
down_revision = '0012_complete_provider_details'
|
down_revision = '0013_add_loadtest_client'
|
||||||
|
|
||||||
from alembic import op
|
from alembic import op
|
||||||
import sqlalchemy as sa
|
import sqlalchemy as sa
|
||||||
|
|||||||
Reference in New Issue
Block a user