Fundraising in PDF.
[wolnelektury.git] / src / club / migrations / 0006_auto_20190416_1236.py
1 # This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later.
2 # Copyright © Fundacja Wolne Lektury. See NOTICE for more information.
3 #
4 from django.db import migrations
5
6
7 class Migration(migrations.Migration):
8
9     dependencies = [
10         ('club', '0005_auto_20190416_1052'),
11     ]
12
13     operations = [
14         migrations.AlterUniqueTogether(
15             name='payucardtoken',
16             unique_together=set([]),
17         ),
18     ]