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/0014_singlefood_comments.py
2018-03-31 22:58:33 +02:00

19 lines
417 B
Python

# Generated by Django 2.0.1 on 2018-03-30 11:33
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('food', '0013_auto_20180330_1045'),
]
operations = [
migrations.AddField(
model_name='singlefood',
name='comments',
field=models.ManyToManyField(blank=True, to='food.UserFoodComment'),
),
]