Files
backend/apps/geology/migrations/0003_geology_banner_title.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

21 lines
514 B
Python

# Generated by Django 5.0.8 on 2024-10-26 07:49
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
("geology", "0002_alter_category_options_alter_geology_options_and_more"),
]
operations = [
migrations.AddField(
model_name="geology",
name="banner_title",
field=models.CharField(
blank=True, max_length=255, null=True, verbose_name="Banner sarlavhasi"
),
),
]