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