add missing migration
This commit is contained in:
parent
2cdef6e188
commit
7b54a908ec
1 changed files with 21 additions and 0 deletions
21
src/c3nav/mapdata/migrations/0033_auto_20170807_1423.py
Normal file
21
src/c3nav/mapdata/migrations/0033_auto_20170807_1423.py
Normal file
|
@ -0,0 +1,21 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# Generated by Django 1.11.2 on 2017-08-07 12:23
|
||||
from __future__ import unicode_literals
|
||||
|
||||
import c3nav.mapdata.fields
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('mapdata', '0032_remove_graphnode_space_transfer'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='altitudearea',
|
||||
name='geometry',
|
||||
field=c3nav.mapdata.fields.GeometryField(default=None, geomtype='multipolygon'),
|
||||
),
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue