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.
 
   4 from django.db import migrations, models
 
   7 class Migration(migrations.Migration):
 
  10         ('club', '0003_remove_payuorder_amount'),
 
  15             model_name='payucardtoken',
 
  17             field=models.CharField(default='', max_length=255),
 
  18             preserve_default=False,