19 lines
372 B
Python
19 lines
372 B
Python
# Generated by Django 3.1.7 on 2021-04-02 10:22
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('orders_app', '0012_orderproduct_color2'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.RenameField(
|
|
model_name='orderproduct',
|
|
old_name='color',
|
|
new_name='color1',
|
|
),
|
|
]
|