# Generated by Django 6.0.1 on 2026-07-04 22:09 from django.db import migrations, models class Migration(migrations.Migration): dependencies = [ ('shorts', '0014_useranswer_time_answered'), ] operations = [ migrations.AddField( model_name='useranswer', name='marker_feedback', field=models.TextField(blank=True, help_text='Feedback for the marker, this is optional and will NOT be shown to the candidate.', null=True), ), ]