gealogiuya
This commit is contained in:
18
apps/geology/migrations/0005_gallerycategory_count.py
Normal file
18
apps/geology/migrations/0005_gallerycategory_count.py
Normal file
@@ -0,0 +1,18 @@
|
||||
# Generated by Django 5.0.8 on 2024-10-26 10:47
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
("geology", "0004_gallery_gallerycategory"),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name="gallerycategory",
|
||||
name="count",
|
||||
field=models.BigIntegerField(default=0, verbose_name="Soni"),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user