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.

28 lines
796 B

2 years ago
2 years ago
2 years ago
2 years ago
  1. # Generated by Django 3.2.11 on 2022-01-28 02:46
  2. from django.db import migrations
  3. class Migration(migrations.Migration):
  4. dependencies = [
  5. ("api", "0034_auto_20220128_0246"),
  6. ("labels", "0004_auto_20220128_0246"),
  7. ]
  8. operations = [
  9. migrations.SeparateDatabaseAndState(
  10. state_operations=[
  11. migrations.DeleteModel(
  12. name="Example",
  13. ),
  14. migrations.DeleteModel(
  15. name="ExampleState",
  16. ),
  17. ],
  18. database_operations=[
  19. migrations.AlterModelTable(name="Example", table="examples_example"),
  20. migrations.AlterModelTable(name="ExampleState", table="examples_examplestate"),
  21. ],
  22. )
  23. ]