# Generated by Django 2.2.12 on 2020-10-17 08:38 from django.db import migrations import otree.db.models class Migration(migrations.Migration): dependencies = [ ('FirmY', '0001_initial'), ] operations = [ migrations.AddField( model_name='player', name='q10', field=otree.db.models.IntegerField(choices=[[0, 'I will be paid AU$25 if the company selected is the better performer or AU$15 if it is the worse performer.'], [1, 'I will be paid AU$25 if the company selected is the worse performer or AU$15 if it is the better performer.']], null=True, verbose_name=''), ), ]