Coverage for apis_core/apis_entities/migrations/0002_remove_tempentityclass_text.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 4.1.10 on 2023-09-13 12:17
3from django.db import migrations
6class Migration(migrations.Migration):
7 dependencies = [
8 ("apis_entities", "0001_initial"),
9 ]
11 operations = [
12 migrations.RemoveField(
13 model_name="tempentityclass",
14 name="text",
15 ),
16 ]