mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-05 14:18:51 -05:00
fixed migration
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
# Generated by Django 4.1.10 on 2023-09-07 18:08
|
||||
# Generated by Django 4.1.10 on 2023-09-12 13:37
|
||||
|
||||
from django.db import migrations, models
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('cookbook', '0200_alter_propertytype_options_remove_keyword_icon_and_more'),
|
||||
('cookbook', '0201_rename_date_mealplan_from_date_mealplan_to_date'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
Reference in New Issue
Block a user