mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-02 09:26:08 -05:00
Rename migration script
This commit is contained in:
@@ -1,14 +1,14 @@
|
|||||||
"""empty message
|
"""empty message
|
||||||
|
|
||||||
Revision ID: 0107_change_logo_not_nullable
|
Revision ID: 0108_change_logo_not_nullable
|
||||||
Revises: 0106_null_noti_status
|
Revises: 0107_drop_template_stats
|
||||||
Create Date: 2017-07-06 10:14:35.188404
|
Create Date: 2017-07-06 10:14:35.188404
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
# revision identifiers, used by Alembic.
|
# revision identifiers, used by Alembic.
|
||||||
revision = '0107_change_logo_not_nullable'
|
revision = '0108_change_logo_not_nullable'
|
||||||
down_revision = '0106_null_noti_status'
|
down_revision = '0107_drop_template_stats'
|
||||||
|
|
||||||
from alembic import op
|
from alembic import op
|
||||||
import sqlalchemy as sa
|
import sqlalchemy as sa
|
||||||
Reference in New Issue
Block a user