mirror of
https://github.com/GSA/notifications-api.git
synced 2026-01-31 06:52:06 -05:00
fix db migration to use the right previous version
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
"""empty message
|
||||
|
||||
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
|
||||
|
||||
"""
|
||||
|
||||
# revision identifiers, used by Alembic.
|
||||
revision = '0014_add_template_version'
|
||||
down_revision = '0012_complete_provider_details'
|
||||
down_revision = '0013_add_loadtest_client'
|
||||
|
||||
from alembic import op
|
||||
import sqlalchemy as sa
|
||||
|
||||
Reference in New Issue
Block a user