Coverage for apis_core/apis_metainfo/migrations/0009_remove_collection_collection_type.py: 100%

4 statements  

« prev     ^ index     » next       coverage.py v7.6.1, created at 2024-09-16 07:42 +0000

1# Generated by Django 4.2.8 on 2023-12-22 07:29 

2 

3from django.db import migrations 

4 

5 

6class Migration(migrations.Migration): 

7 dependencies = [ 

8 ("apis_metainfo", "0008_alter_rootobject_self_contenttype"), 

9 ] 

10 

11 operations = [ 

12 migrations.RemoveField( 

13 model_name="collection", 

14 name="collection_type", 

15 ), 

16 ]