mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-22 00:11:16 -05:00
rename migration
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
Revision ID: d2db89558026
|
Revision ID: 0400_add_total_message_limit
|
||||||
Revises: 0394_remove_contact_list
|
Revises: 0399_remove_research_mode
|
||||||
Create Date: 2023-04-24 11:35:22.873930
|
Create Date: 2023-04-24 11:35:22.873930
|
||||||
|
|
||||||
"""
|
"""
|
||||||
@@ -9,8 +9,8 @@ from alembic import op
|
|||||||
import sqlalchemy as sa
|
import sqlalchemy as sa
|
||||||
|
|
||||||
|
|
||||||
revision = "0395_add_total_message_limit"
|
revision = "0400_add_total_message_limit"
|
||||||
down_revision = "0394_remove_contact_list"
|
down_revision = "0399_remove_research_mode"
|
||||||
|
|
||||||
|
|
||||||
def upgrade():
|
def upgrade():
|
||||||
Reference in New Issue
Block a user