# Generated by Django 2.2.12 on 2020-11-08 23:37 from django.db import migrations import otree.db.models class Migration(migrations.Migration): dependencies = [ ('survey', '0048_auto_20201109_1037'), ] operations = [ migrations.AlterField( model_name='player', name='q4', field=otree.db.models.IntegerField(choices=[[1, 'Yes'], [0, 'No']], null=True, verbose_name='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?'), ), ]