minIo toglrilandi v6
This commit is contained in:
18
core/apps/api/migrations/0005_filialmodel_image.py
Normal file
18
core/apps/api/migrations/0005_filialmodel_image.py
Normal file
@@ -0,0 +1,18 @@
|
||||
# Generated by Django 5.2.7 on 2026-03-30 10:24
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('api', '0004_subcategorymodel_image'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='filialmodel',
|
||||
name='image',
|
||||
field=models.ImageField(blank=True, null=True, upload_to='filials/', verbose_name='image'),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user