[foods] Fix migrations
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
# Generated by Django 4.2.16 on 2024-11-20 19:16
|
||||
# Generated by Django 4.2.16 on 2024-11-24 14:45
|
||||
|
||||
from django.db import migrations, models
|
||||
import django.db.models.deletion
|
||||
@ -12,7 +12,7 @@ class Migration(migrations.Migration):
|
||||
initial = True
|
||||
|
||||
dependencies = [
|
||||
("scrobbles", "0067_scrobble_food_alter_scrobble_media_type"),
|
||||
("scrobbles", "0066_scrobble_beer_alter_scrobble_media_type"),
|
||||
]
|
||||
|
||||
operations = [
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
# Generated by Django 4.2.16 on 2024-11-20 19:15
|
||||
# Generated by Django 4.2.16 on 2024-11-24 14:45
|
||||
|
||||
from django.db import migrations, models
|
||||
import django.db.models.deletion
|
||||
@ -7,7 +7,7 @@ import django.db.models.deletion
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
("foods", "__first__"),
|
||||
("foods", "0001_initial"),
|
||||
("scrobbles", "0066_scrobble_beer_alter_scrobble_media_type"),
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user