mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-03 09:51:11 -05:00
Fix migration numbers after #1383
This commit is contained in:
@@ -1,14 +1,14 @@
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
Revision ID: 0136_notification_template_hist
|
Revision ID: 0137_notification_template_hist
|
||||||
Revises: 0135_stats_template_usage
|
Revises: 0136_user_mobile_nullable
|
||||||
Create Date: 2017-11-08 10:15:07.039227
|
Create Date: 2017-11-08 10:15:07.039227
|
||||||
|
|
||||||
"""
|
"""
|
||||||
from alembic import op
|
from alembic import op
|
||||||
|
|
||||||
revision = '0136_notification_template_hist'
|
revision = '0137_notification_template_hist'
|
||||||
down_revision = '0135_stats_template_usage'
|
down_revision = '0136_user_mobile_nullable'
|
||||||
|
|
||||||
|
|
||||||
def upgrade():
|
def upgrade():
|
||||||
Reference in New Issue
Block a user