remove level from GeometryMapItemWithArea
This commit is contained in:
parent
a6913d84aa
commit
a18dc108c1
2 changed files with 35 additions and 2 deletions
35
src/c3nav/mapdata/migrations/0047_auto_20170505_1002.py
Normal file
35
src/c3nav/mapdata/migrations/0047_auto_20170505_1002.py
Normal file
|
@ -0,0 +1,35 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# Generated by Django 1.10.4 on 2017-05-05 10:02
|
||||
from __future__ import unicode_literals
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('mapdata', '0046_assign_area'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.RemoveField(
|
||||
model_name='escalator',
|
||||
name='level',
|
||||
),
|
||||
migrations.RemoveField(
|
||||
model_name='lineobstacle',
|
||||
name='level',
|
||||
),
|
||||
migrations.RemoveField(
|
||||
model_name='obstacle',
|
||||
name='level',
|
||||
),
|
||||
migrations.RemoveField(
|
||||
model_name='stair',
|
||||
name='level',
|
||||
),
|
||||
migrations.RemoveField(
|
||||
model_name='stuffedarea',
|
||||
name='level',
|
||||
),
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue