Update ChristchurchZone model name to ChristchurchRegion

This commit is contained in:
Dana Lambert 2021-12-07 10:39:30 +13:00 committed by Alistair McIntyre
parent 3f251e4c68
commit 36746729ec
5 changed files with 12 additions and 12 deletions

View file

@ -1,4 +1,4 @@
# Generated by Django 3.2.8 on 2021-11-30 00:40
# Generated by Django 3.2.8 on 2021-12-06 21:36
import django.contrib.gis.db.models.fields
from django.db import migrations, models
@ -12,7 +12,7 @@ class Migration(migrations.Migration):
operations = [
migrations.CreateModel(
name='ChristchurchZone',
name='ChristchurchRegion',
fields=[
('id', models.BigAutoField(auto_created=True, primary_key=True, serialize=False, verbose_name='ID')),
('objectid', models.IntegerField()),