Moving away from getpaid for now.
[wolnelektury.git] / src / funding / migrations / 0007_auto_20221003_1230.py
1 # Generated by Django 2.2.28 on 2022-10-03 10:30
2
3 from django.db import migrations
4
5
6 class Migration(migrations.Migration):
7
8     dependencies = [
9         ('funding', '0006_funding_user'),
10     ]
11
12     operations = [
13         migrations.AlterModelOptions(
14             name='funding',
15             options={'ordering': ['-completed_at', 'pk'], 'verbose_name': 'funding', 'verbose_name_plural': 'fundings'},
16         ),
17         migrations.RenameField(
18             model_name='funding',
19             old_name='payed_at',
20             new_name='completed_at',
21         ),
22     ]