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