Simpler payments and introduce seasonal banner.
[wolnelektury.git] / src / partners / migrations / 0002_alter_pricelevel_price.py
1 # Generated by Django 4.0.8 on 2026-03-06 14:04
2
3 from django.db import migrations, models
4
5
6 class Migration(migrations.Migration):
7
8     dependencies = [
9         ('partners', '0001_initial'),
10     ]
11
12     operations = [
13         migrations.AlterField(
14             model_name='pricelevel',
15             name='price',
16             field=models.DecimalField(decimal_places=2, max_digits=10),
17         ),
18     ]