Jarvis/jarvis/followup/migrations/0024_rename_note_type_note_...

19 lines
361 B
Python

# 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",
),
]