mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-04 13:48:32 -05:00
changed ingredient field typ
This commit is contained in:
21
cookbook/migrations/0013_auto_20191118_1328.py
Normal file
21
cookbook/migrations/0013_auto_20191118_1328.py
Normal file
@@ -0,0 +1,21 @@
|
||||
# Generated by Django 2.2.7 on 2019-11-18 12:28
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('cookbook', '0012_auto_20191118_1251'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='recipeingredients',
|
||||
name='ingredient',
|
||||
field=models.CharField(max_length=128),
|
||||
),
|
||||
migrations.DeleteModel(
|
||||
name='Ingredients',
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user