Coverage for apis_core/apis_vocabularies/migrations/0005_delete_vocabsbaseclass.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.2.8 on 2023-12-22 07:56
3from django.db import migrations
6class Migration(migrations.Migration):
7 dependencies = [
8 ("apis_vocabularies", "0004_delete_collectiontype"),
9 ]
11 operations = [
12 migrations.DeleteModel(
13 name="VocabsBaseClass",
14 ),
15 ]