You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
625 B
23 lines
625 B
# Generated by Django 3.2.7 on 2025-03-21 16:00
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('hadis', '0005_auto_20250321_1550'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterField(
|
|
model_name='hadisoverview',
|
|
name='address',
|
|
field=models.TextField(blank=True, null=True, verbose_name='address'),
|
|
),
|
|
migrations.AlterField(
|
|
model_name='hadisoverview',
|
|
name='status_text',
|
|
field=models.TextField(blank=True, null=True, verbose_name='Status Text'),
|
|
),
|
|
]
|