diff --git a/dataherald/scripts/migrate_v003_to_v004.py b/dataherald/scripts/migrate_v003_to_v004.py index e1953343..8c195ab2 100644 --- a/dataherald/scripts/migrate_v003_to_v004.py +++ b/dataherald/scripts/migrate_v003_to_v004.py @@ -41,4 +41,5 @@ def update_object_id_fields(field_name: str, collection_name: str): update_object_id_fields("db_connection_id", "table_descriptions") update_object_id_fields("db_connection_id", "golden_records") update_object_id_fields("db_connection_id", "questions") + update_object_id_fields("db_connection_id", "instructions") update_object_id_fields("question_id", "responses")