fixed migration order

This commit is contained in:
vabene1111
2024-01-28 11:06:38 +01:00
parent 3e51bdc7f0
commit 6e6af47d8c

View File

@@ -1,4 +1,4 @@
# Generated by Django 4.2.7 on 2024-01-03 14:12
# Generated by Django 4.2.7 on 2024-01-28 10:06
from django.db import migrations, models
@@ -6,7 +6,7 @@ from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('cookbook', '0208_space_app_name_userpreference_max_owned_spaces'),
('cookbook', '0209_remove_space_use_plural'),
]
operations = [