Skip to content

Commit

Permalink
DH-4849 Fix script v004
Browse files Browse the repository at this point in the history
  • Loading branch information
jcjc712 committed Oct 13, 2023
1 parent 2e9d382 commit f7040af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dataherald/scripts/migrate_v003_to_v004.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")

0 comments on commit f7040af

Please sign in to comment.