category va elonlanri olish optimalashtrildi
This commit is contained in:
21
core/apps/api/migrations/0012_typemodel_filials.py
Normal file
21
core/apps/api/migrations/0012_typemodel_filials.py
Normal file
@@ -0,0 +1,21 @@
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('api', '0011_category_type_cleanup'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='typemodel',
|
||||
name='filials',
|
||||
field=models.ManyToManyField(
|
||||
blank=True,
|
||||
related_name='types',
|
||||
to='api.filialmodel',
|
||||
verbose_name='filials',
|
||||
),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user