# Generated by Django 4.1.1 on 2022-10-06 12:36 from django.db import migrations class Migration(migrations.Migration): dependencies = [ ("followup", "0023_note_note_type"), ] operations = [ migrations.RenameField( model_name="note", old_name="note_type", new_name="status", ), ]