update migrate

FFIB 2 years ago
parent
commit
0800d37ae7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      coupon/migrations/0017_alter_usercouponinfo_coupon_from.py

+ 1 - 1
coupon/migrations/0017_alter_usercouponinfo_coupon_from.py

@@ -13,6 +13,6 @@ class Migration(migrations.Migration):
13 13
         migrations.AlterField(
14 14
             model_name='usercouponinfo',
15 15
             name='coupon_from',
16
-            field=models.CharField(blank=True, db_index=True, default='MEMBER_BENEFITS', help_text='劵来源', max_length=32, null=True, verbose_name='coupon_from'),
16
+            field=models.CharField(blank=True, db_index=True, default='MEMBER_BENEFITS', help_text=u'劵来源', max_length=32, null=True, verbose_name='coupon_from'),
17 17
         ),
18 18
     ]