mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-02 17:31:14 -05:00
rename migration to be the last
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
Revision ID: 0376_add_org_names
|
Revision ID: 0378_add_org_names
|
||||||
Revises: 0375_fix_service_name
|
Revises: 0377_add_inbound_sms_number
|
||||||
Create Date: 2022-09-23 20:04:00.766980
|
Create Date: 2022-09-23 20:04:00.766980
|
||||||
|
|
||||||
"""
|
"""
|
||||||
@@ -9,8 +9,8 @@ from alembic import op
|
|||||||
import sqlalchemy as sa
|
import sqlalchemy as sa
|
||||||
from sqlalchemy.dialects import postgresql
|
from sqlalchemy.dialects import postgresql
|
||||||
|
|
||||||
revision = '0376_add_org_names'
|
revision = '0378_add_org_names'
|
||||||
down_revision = '0375_fix_service_name'
|
down_revision = '0377_add_inbound_sms_number'
|
||||||
|
|
||||||
|
|
||||||
def upgrade():
|
def upgrade():
|
||||||
Reference in New Issue
Block a user