19 lines
395 B
Python
19 lines
395 B
Python
# Generated by Django 4.1.4 on 2024-01-19 15:31
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('rcr', '0012_item_comments_item_needs_review_and_more'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.RenameField(
|
|
model_name='item',
|
|
old_name='completed',
|
|
new_name='completed_radiology',
|
|
),
|
|
]
|