File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
apps/fhir/bluebutton/migrations Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change 11# Generated by Django 4.2.24 on 2025-09-23 13:25
22
33from django .db import migrations , models
4- from apps .fhir .bluebutton .management .commands .migrate_fhir_id_to_v2 import (
5- migrate_fhir_id_to_v2 ,
6- reverse_migrate_v2_to_fhir_id ,
7- )
84
95# TODO - Migration is Unapplied
106# This migration needs to be run after deployment of bluebutton 0008 and when all
@@ -18,7 +14,7 @@ class Migration(migrations.Migration):
1814 ]
1915
2016 operations = [
21- migrations .RunPython (migrate_fhir_id_to_v2 , reverse_migrate_v2_to_fhir_id ),
17+ # migrations.RunPython(migrate_fhir_id_to_v2, reverse_migrate_v2_to_fhir_id),
2218 migrations .AddConstraint ( # After migration happens, add constraint that a fhir_id must be present
2319 model_name = 'crosswalk' ,
2420 constraint = models .CheckConstraint (
You can’t perform that action at this time.
0 commit comments