Files
backend/apps/geology/migrations/0005_gallerycategory_count.py
A'zamov Samandar 0229a0595c
Some checks failed
Deploy Django Application to Server / deploy (push) Failing after 19s
Telegram Notifications / Telegram Gate (push) Failing after 5s
gealogiuya
2026-02-27 14:56:23 +05:00

19 lines
420 B
Python

# 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"),
),
]