mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2025-12-24 02:39:20 -05:00
fixed migration order
This commit is contained in:
@@ -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 = [
|
||||
Reference in New Issue
Block a user