# Generated by Django 2.2.12 on 2020-11-09 01:21 from django.db import migrations import otree.db.models class Migration(migrations.Migration): dependencies = [ ('survey_ln', '0003_auto_20201109_1221'), ] 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=''), ), ]