mirror of https://gitlab.crans.org/bde/nk20
19 lines
432 B
Python
19 lines
432 B
Python
# Generated by Django 2.2.28 on 2024-03-23 13:22
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('activity', '0002_auto_20200904_2341'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterField(
|
|
model_name='activity',
|
|
name='description',
|
|
field=models.TextField(blank=True, default='', verbose_name='description'),
|
|
),
|
|
]
|