OrdersApp/orders_app/migrations/0034_auto_20210430_1856.py
Argyrios Deligiannidis af7c12dc85 SpitiGlykou
2022-06-26 23:37:10 +03:00

29 lines
2.1 KiB
Python
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Generated by Django 3.1.7 on 2021-04-30 15:56
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('orders_app', '0033_auto_20210430_1557'),
]
operations = [
migrations.AlterField(
model_name='orderproduct',
name='cake_color',
field=models.CharField(blank=True, choices=[('ΛΕΥΚΟ', 'ΛΕΥΚΟ'), ('ΡΟΖ', 'ΡΟΖ'), ('ΣΙΕΛ', 'ΣΙΕΛ'), ('ΚΙΤΡΙΝΟ', 'ΚΙΤΡΙΝΟ'), ('ΠΡΑΣΙΝΟ', 'ΠΡΑΣΙΝΟ'), ('ΚΟΚΚΙΝΟ', 'ΚΟΚΚΙΝΟ'), ('ΜΠΛΕ', 'ΜΠΛΕ'), ('ΜΑΥΡΟ', 'ΜΑΥΡΟ'), ('ΣΕΡΑΝΟ', 'ΣΕΡΑΝΟ'), ('ΚΑΦΕ', 'ΚΑΦΕ'), ('ΒΕΡΑΜΑΝ', 'ΒΕΡΑΜΑΝ'), ('ΛΙΛΑ', 'ΛΙΛΑ'), ('ΦΟΥΞ', 'ΦΟΥΞ'), ('ΔΙΑΦΑΝΟ', 'ΔΙΑΦΑΝΟ'), ('ΆΛΛΟ', 'ΆΛΛΟ')], max_length=45),
),
migrations.AlterField(
model_name='orderproduct',
name='cup_color',
field=models.CharField(blank=True, choices=[('ΛΕΥΚΟ', 'ΛΕΥΚΟ'), ('ΡΟΖ', 'ΡΟΖ'), ('ΣΙΕΛ', 'ΣΙΕΛ'), ('ΚΙΤΡΙΝΟ', 'ΚΙΤΡΙΝΟ'), ('ΠΡΑΣΙΝΟ', 'ΠΡΑΣΙΝΟ'), ('ΚΟΚΚΙΝΟ', 'ΚΟΚΚΙΝΟ'), ('ΜΠΛΕ', 'ΜΠΛΕ'), ('ΜΑΥΡΟ', 'ΜΑΥΡΟ'), ('ΣΕΡΑΝΟ', 'ΣΕΡΑΝΟ'), ('ΚΑΦΕ', 'ΚΑΦΕ'), ('ΒΕΡΑΜΑΝ', 'ΒΕΡΑΜΑΝ'), ('ΛΙΛΑ', 'ΛΙΛΑ'), ('ΦΟΥΞ', 'ΦΟΥΞ'), ('ΔΙΑΦΑΝΟ', 'ΔΙΑΦΑΝΟ'), ('ΆΛΛΟ', 'ΆΛΛΟ')], max_length=45),
),
migrations.AlterField(
model_name='orderproduct',
name='fyt_color',
field=models.CharField(blank=True, choices=[('ΛΕΥΚΟ', 'ΛΕΥΚΟ'), ('ΡΟΖ', 'ΡΟΖ'), ('ΣΙΕΛ', 'ΣΙΕΛ'), ('ΚΙΤΡΙΝΟ', 'ΚΙΤΡΙΝΟ'), ('ΠΡΑΣΙΝΟ', 'ΠΡΑΣΙΝΟ'), ('ΚΟΚΚΙΝΟ', 'ΚΟΚΚΙΝΟ'), ('ΜΠΛΕ', 'ΜΠΛΕ'), ('ΜΑΥΡΟ', 'ΜΑΥΡΟ'), ('ΣΕΡΑΝΟ', 'ΣΕΡΑΝΟ'), ('ΚΑΦΕ', 'ΚΑΦΕ'), ('ΒΕΡΑΜΑΝ', 'ΒΕΡΑΜΑΝ'), ('ΛΙΛΑ', 'ΛΙΛΑ'), ('ΦΟΥΞ', 'ΦΟΥΞ'), ('ΔΙΑΦΑΝΟ', 'ΔΙΑΦΑΝΟ'), ('ΆΛΛΟ', 'ΆΛΛΟ')], max_length=45),
),
]