right-tree/backend/right_tree/api/migrations/0012_alter_plant_maxheight.py

19 lines
384 B
Python
Raw Normal View History

2021-12-07 14:54:59 +13:00
# Generated by Django 3.2.8 on 2021-12-07 01:22
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
2021-12-10 09:10:18 +13:00
('api', '0011_christchurchregion'),
2021-12-07 14:54:59 +13:00
]
operations = [
migrations.AlterField(
model_name='plant',
name='maxheight',
field=models.CharField(max_length=20),
),
]