# Generated by Django 2.2.12 on 2020-10-12 04:57 from django.db import migrations import otree.db.models class Migration(migrations.Migration): dependencies = [ ('survey', '0002_auto_20201012_1556'), ] operations = [ migrations.AlterField( model_name='player', name='q3', field=otree.db.models.BooleanField(choices=[(True, 'Yes'), (False, 'No')], null=True, verbose_name='A manager has determined that the carry amount of a wholly-owned subsidiary is $50, while the recoverable amount is $60. Does the manager need to record an impairment?'), ), ]