Experimetal Woblink.
[redakcja.git] / src / depot / migrations / 0006_shop_description_add.py
1 # Generated by Django 4.1.9 on 2023-08-10 20:18
2
3 from django.db import migrations, models
4
5
6 class Migration(migrations.Migration):
7
8     dependencies = [
9         ("depot", "0005_shop_name_shop_publisher_handle"),
10     ]
11
12     operations = [
13         migrations.AddField(
14             model_name="shop",
15             name="description_add",
16             field=models.TextField(blank=True),
17         ),
18     ]