# Generated by Django 2.2.12 on 2020-10-15 05:54 from django.db import migrations import otree.db.models class Migration(migrations.Migration): dependencies = [ ('survey', '0032_auto_20201015_1652'), ] operations = [ migrations.AlterField( model_name='player', name='q7', field=otree.db.models.IntegerField(choices=[[1, 'My task is to pick the company that I think will perform better and evaluate it as an investor in that company.'], [0, 'My task is to pick the company that I think will perform worse and evaluate it as an investor taking a short
position in that company.']], null=True, verbose_name=''), ), ]