# Generated by Django 2.2.12 on 2020-10-15 04:54 from django.db import migrations import otree.db.models class Migration(migrations.Migration): dependencies = [ ('survey', '0009_auto_20201015_1553'), ] operations = [ migrations.AlterField( model_name='player', name='q6', field=otree.db.models.IntegerField(choices=[[1, 'Yes'], [0, 'No']], null=True, verbose_name='When the company recognises an impairment loss for goodwill and intangible assets, its profits will'), ), ]