19 lines
402 B
Python
19 lines
402 B
Python
# Generated by Django 3.1.7 on 2021-04-30 19:35
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('orders_app', '0039_auto_20210430_2225'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.RenameField(
|
|
model_name='orderproduct',
|
|
old_name='engagement_cake_piecies',
|
|
new_name='engagement_cake_pcs',
|
|
),
|
|
]
|