This repository has been archived on 2019-10-13. You can view files and clone it, but cannot push or open issues or pull requests.
basta-server/ofu_app/apps/food/migrations/0008_auto_20180201_1018.py
2018-02-01 11:43:33 +01:00

19 lines
414 B
Python

# Generated by Django 2.0.1 on 2018-02-01 10:18
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('food', '0007_auto_20180117_0137'),
]
operations = [
migrations.AlterField(
model_name='singlefood',
name='allergens',
field=models.ManyToManyField(blank=True, to='food.Allergene'),
),
]