mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2025-12-23 18:29:23 -05:00
fixed migration tree
This commit is contained in:
@@ -1,18 +0,0 @@
|
||||
# Generated by Django 4.2.10 on 2024-02-19 20:21
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
dependencies = [
|
||||
(
|
||||
"cookbook",
|
||||
"0213_remove_property_property_unique_import_food_per_space_and_more",
|
||||
),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.DeleteModel(
|
||||
name="ShoppingList",
|
||||
),
|
||||
]
|
||||
16
cookbook/migrations/0216_delete_shoppinglist.py
Normal file
16
cookbook/migrations/0216_delete_shoppinglist.py
Normal file
@@ -0,0 +1,16 @@
|
||||
# Generated by Django 4.2.10 on 2024-02-28 16:21
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('cookbook', '0215_connectorconfig'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.DeleteModel(
|
||||
name='ShoppingList',
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user