diff options
author | BonfaceKilz | 2021-06-07 19:44:00 +0300 |
---|---|---|
committer | zsloan | 2021-06-18 22:08:04 +0000 |
commit | bb55cf948974d85fb31d2f424f7ee94f7ab5e3d6 (patch) | |
tree | 7e66ebe7ad446ff6e99bdcb4871ddf474fccf3a3 /gn3 | |
parent | e67316601be4b43da6f60322fef1f4ce15ed5905 (diff) | |
download | genenetwork3-bb55cf948974d85fb31d2f424f7ee94f7ab5e3d6.tar.gz |
Rename json_data column to json_diff_data
Diffstat (limited to 'gn3')
-rw-r--r-- | gn3/db/metadata_audit.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gn3/db/metadata_audit.py b/gn3/db/metadata_audit.py index 8765738..9c4474d 100644 --- a/gn3/db/metadata_audit.py +++ b/gn3/db/metadata_audit.py @@ -23,6 +23,6 @@ metadata_audit_mapping = { "id_": "id", "dataset_id": "dataset_id", "editor": "editor", - "json_data": "json_data", + "json_data": "json_diff_data", "time_stamp": "time_stamp", } |