0012_auto_20210527_1702.py 496 B

1234567891011121314151617181920
  1. # -*- coding: utf-8 -*-
  2. # Generated by Django 1.11.5 on 2021-05-27 09:02
  3. from __future__ import unicode_literals
  4. from django.db import migrations, models
  5. class Migration(migrations.Migration):
  6. dependencies = [
  7. ('volunteer_arrangement', '0011_bonusrecord_register_time'),
  8. ]
  9. operations = [
  10. migrations.AlterField(
  11. model_name='bonus',
  12. name='picture',
  13. field=models.CharField(blank=True, max_length=256, null=True),
  14. ),
  15. ]