Skip to content

Commit

Permalink
Fix naming
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisnurse committed Aug 31, 2021
1 parent ae1538e commit 5dcbdaf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion json_views/environment_data.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"relationships": [
{
"name": "source_message",
"referencing_table": "environment_data",
"referencing_table": "iot_environment",
"referencing_key": "message_id",
"referenced_table": "iot_messages",
"referenced_key": "message_id"
Expand Down
2 changes: 1 addition & 1 deletion json_views/smart_watch_data.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"relationships": [
{
"name": "source_message",
"referencing_table": "smart_watch_data",
"referencing_table": "iot_smart_watch",
"referencing_key": "message_id",
"referenced_table": "iot_messages",
"referenced_key": "message_id"
Expand Down

0 comments on commit 5dcbdaf

Please sign in to comment.