17 lines
366 B
Python
17 lines
366 B
Python
# Generated by Django 4.2.1 on 2023-10-13 14:12
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
dependencies = [
|
|
("receipe", "0055_auto_20231012_1612"),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterUniqueTogether(
|
|
name="nutrientarticle",
|
|
unique_together={("article", "nutrient")},
|
|
),
|
|
]
|