# Generated by Django 2.1.2 on 2020-11-11 23:05 from django.db import migrations import otree.db.models class Migration(migrations.Migration): dependencies = [ ('survey_se', '0008_auto_20201112_1004'), ] operations = [ migrations.AlterField( model_name='player', name='q5', field=otree.db.models.IntegerField(choices=[[1, 'Yes'], [0, 'No']], null=True, verbose_name='5. A manager has determined that the carry amount of a wholly-owned subsidiary is $50,000, while the recoverable amount is $60,000. Does the manager need to record an impairment?'), ), migrations.AlterField( model_name='player', name='q6', field=otree.db.models.IntegerField(choices=[[0, 'Increase'], [1, 'Decrease']], null=True, verbose_name='6. When the company recognises an impairment loss for goodwill and intangible assets, its profits will'), ), ]