# Generated by Django 2.2.4 on 2020-10-17 23:52 from django.db import migrations import otree.db.models class Migration(migrations.Migration): dependencies = [ ('OR1', '0004_auto_20201017_1851'), ] operations = [ migrations.AlterField( model_name='player', name='newcheck', field=otree.db.models.StringField(choices=[('In each round reward up to 100 points to any Team Member.', 'In each round reward up to 100 points to any Team Member.'), ('In each round remove up to 100 points from any Team Member.', 'In each round remove up to 100 points from any Team Member.'), ('In each round increase the size of the Team Project by 100 points.', 'In each round increase the size of the Team Project by 100 points.')], max_length=10000, null=True), ), ]