diff --git a/cvat/apps/dataset_repo/migrations/0005_auto_20201019_1100.py b/cvat/apps/dataset_repo/migrations/0005_auto_20201019_1100.py new file mode 100644 index 0000000000000000000000000000000000000000..f26c280b7f8495d2d8d5f1f1c614442bc6387009 --- /dev/null +++ b/cvat/apps/dataset_repo/migrations/0005_auto_20201019_1100.py @@ -0,0 +1,17 @@ +# Generated by Django 3.1.1 on 2020-10-19 11:00 + +from django.db import migrations + + +class Migration(migrations.Migration): + + dependencies = [ + ('dataset_repo', '0004_rename'), + ] + + operations = [ + migrations.AlterModelTable( + name='gitdata', + table=None, + ), + ]