mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-04 18:31:13 -05:00
Merge pull request #1177 from alphagov/fix-migration-order
Fix order of DB migrations
This commit is contained in:
@@ -1,14 +1,14 @@
|
|||||||
"""empty message
|
"""empty message
|
||||||
|
|
||||||
Revision ID: 0114_another_letter_org
|
Revision ID: 0116_another_letter_org
|
||||||
Revises: 0113_job_created_by_nullable
|
Revises: 0115_add_inbound_numbers
|
||||||
Create Date: 2017-06-29 12:44:16.815039
|
Create Date: 2017-06-29 12:44:16.815039
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
# revision identifiers, used by Alembic.
|
# revision identifiers, used by Alembic.
|
||||||
revision = '0114_another_letter_org'
|
revision = '0116_another_letter_org'
|
||||||
down_revision = '0113_job_created_by_nullable'
|
down_revision = '0115_add_inbound_numbers'
|
||||||
|
|
||||||
from alembic import op
|
from alembic import op
|
||||||
|
|
||||||
Reference in New Issue
Block a user