You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
478 B

2 years ago
2 years ago
2 years ago
  1. # Generated by Django 3.2.11 on 2022-01-27 02:39
  2. from django.conf import settings
  3. from django.db import migrations
  4. class Migration(migrations.Migration):
  5. dependencies = [
  6. ("api", "0031_auto_20220127_0032"),
  7. migrations.swappable_dependency(settings.AUTH_USER_MODEL),
  8. ("labels", "0001_initial"),
  9. ]
  10. operations = [
  11. migrations.RenameModel(
  12. old_name="AnnotationRelations",
  13. new_name="Relation",
  14. ),
  15. ]