05/04 Fix phase 13 migration file
This commit is contained in:
@@ -5,7 +5,7 @@ Revises: phase12_performance_indexes
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
revision = 'phase13_issue_facility'
|
revision = 'phase13_issue_facility'
|
||||||
down_revision = 'phase12_performance_indexes'
|
down_revision = 'phase_b_mobile_local_id'
|
||||||
branch_labels = None
|
branch_labels = None
|
||||||
depends_on = None
|
depends_on = None
|
||||||
|
|
||||||
@@ -43,4 +43,4 @@ def downgrade():
|
|||||||
batch_op.alter_column('area_id',
|
batch_op.alter_column('area_id',
|
||||||
existing_type=sa.Integer(),
|
existing_type=sa.Integer(),
|
||||||
nullable=False)
|
nullable=False)
|
||||||
batch_op.drop_column('facility_id')
|
batch_op.drop_column('facility_id')
|
||||||
Reference in New Issue
Block a user