# Generated by Django 2.1.2 on 2020-11-16 03:19
from django.db import migrations
import otree.db.models
class Migration(migrations.Migration):
dependencies = [
('survey_le', '0005_auto_20201112_1007'),
]
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=''),
),
]