remove single fk

This commit is contained in:
Ross
2024-02-26 11:47:42 +00:00
parent fdc7c6150b
commit 1963d0a3ef
2 changed files with 18 additions and 1 deletions
@@ -0,0 +1,17 @@
# Generated by Django 5.0.2 on 2024-02-26 11:47
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('rcr', '0021_auto_20240226_1140'),
]
operations = [
migrations.RemoveField(
model_name='item',
name='radiology_category',
),
]