# Generated by Django 2.1.2 on 2020-11-11 23:28 from django.db import migrations import otree.db.models class Migration(migrations.Migration): dependencies = [ ('survey_sn', '0005_auto_20201112_1026'), ] operations = [ migrations.AlterField( model_name='player', name='q7', field=otree.db.models.IntegerField(choices=[[0, 'My task is to pick the company that I think will perform better and evaluate it as an investor in that company.'], [1, '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=''), ), ]