Coverage for audoma_api/migrations/0003_merge_20220526_1439.py: 0%
4 statements
« prev ^ index » next coverage.py v6.4.2, created at 2022-08-02 12:05 +0000
« prev ^ index » next coverage.py v6.4.2, created at 2022-08-02 12:05 +0000
1# Generated by Django 4.0.4 on 2022-05-26 14:39
3from django.db import migrations
6class Migration(migrations.Migration):
8 dependencies = [
9 ("audoma_api", "0002_alter_examplemodel_json_and_more"),
10 ("audoma_api", "0002_examplesimplemodel_alter_examplemodel_json_and_more"),
11 ]
13 operations = []