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.

25 lines
537 B

  1. # Generated by Django 4.0.2 on 2022-05-17 23:01
  2. from django.db import migrations
  3. class Migration(migrations.Migration):
  4. initial = True
  5. dependencies = [
  6. ("label_types", "0007_delete_relationtypeold"),
  7. ]
  8. operations = [
  9. migrations.CreateModel(
  10. name="DummyLabelType",
  11. fields=[],
  12. options={
  13. "proxy": True,
  14. "indexes": [],
  15. "constraints": [],
  16. },
  17. bases=("label_types.categorytype",),
  18. ),
  19. ]