19 lines
376 B
Python
19 lines
376 B
Python
# Generated by Django 3.0.2 on 2020-02-16 22:13
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('cookbook', '0023_auto_20200216_2311'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.RenameField(
|
|
model_name='recipeingredient',
|
|
old_name='name',
|
|
new_name='ingredient',
|
|
),
|
|
]
|