Renamed migration script

This commit is contained in:
Ken Tsang
2017-07-11 12:38:30 +01:00
parent af9091f207
commit 1ca59c4b44

View File

@@ -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