Coverage for apis_core/apis_relations/migrations/0002_property_property_class_uri.py: 100%
4 statements
« prev ^ index » next coverage.py v7.6.4, created at 2024-11-22 07:51 +0000
« prev ^ index » next coverage.py v7.6.4, created at 2024-11-22 07:51 +0000
1# Generated by Django 3.1.14 on 2022-02-01 22:49
3from django.db import migrations, models
6class Migration(migrations.Migration):
7 dependencies = [
8 ("apis_relations", "0001_initial"),
9 ]
11 operations = [
12 migrations.AddField(
13 model_name="property",
14 name="property_class_uri",
15 field=models.CharField(
16 blank=True, max_length=255, verbose_name="Property Class URI"
17 ),
18 ),
19 ]