You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

22 lines
536 B

# Generated by Django 2.0.6 on 2018-11-09 14:02
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('payment', '0026_auto_20181101_1546'),
]
operations = [
migrations.RemoveField(
model_name='usergiftcertificate',
name='recipient',
),
migrations.AddField(
model_name='giftcertificate',
name='cover',
field=models.CharField(blank=True, default='', max_length=255),
),
]