a few updates to rcr mig
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
# Generated by Django 4.1.4 on 2023-12-13 20:24
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
dependencies = [
|
||||
("rcr", "0005_item_assigned_to_alter_item_assessed_by"),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name="item",
|
||||
name="outcome_free_text",
|
||||
field=models.CharField(
|
||||
default="",
|
||||
help_text="Reason for outcome (if not available above)",
|
||||
max_length=255,
|
||||
),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user