parent
9177b59198
commit
aa2cdbcca9
@ -0,0 +1,18 @@ |
|||||||
|
# Generated by Django 4.2.11 on 2025-03-20 09:57 |
||||||
|
|
||||||
|
from django.db import migrations, models |
||||||
|
|
||||||
|
|
||||||
|
class Migration(migrations.Migration): |
||||||
|
|
||||||
|
dependencies = [ |
||||||
|
('shop', '0013_color_colorhex_alter_color_name'), |
||||||
|
] |
||||||
|
|
||||||
|
operations = [ |
||||||
|
migrations.AlterField( |
||||||
|
model_name='size', |
||||||
|
name='name', |
||||||
|
field=models.CharField(max_length=20, unique=True), |
||||||
|
), |
||||||
|
] |
||||||
Loading…
Reference in new issue