Skip to content

Commit

Permalink
Update DATA_MODEL.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zerj9 authored Oct 21, 2024
1 parent f3391f6 commit 3e278b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DATA_MODEL.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This is the data model used for the Gridwalk application. Currently, only Dynamo
| EMAIL#<email_address> | EMAIL#<email_address> | user_id | |
| WSP#<workspace_id> | WSP#<workspace_id> | workspace_name<br>workspace_owner<br>created_at | GSI_WORKSPACE_BY_NAME<br>workspace_name: <workspace_name> |
| WSP#<workspace_id> | USER#<user_id> | user_role<br>joined_at<br>user_id | GSI_USER_ID<br>user_id: <user_id> |
| WSP#<workspace_id> | CON#<connection_id> | name<br>connector_type<br>created_by<br>postgis_uri | |
| WSP#<workspace_id> | CON#<connection_id> | name<br>connector_type<br>created_by<br>pg_host<br>pg_port<br>pg_db<br>pg_username<br>pg_password | |
| WSP#<workspace_id> | LAYER#<layer_id> | name<br>connection_id<br>uploaded_by<br>created_at | |
| WSP#<workspace_id> | PROJ#<project_id> | name<br>owner<br>created_at | |
| SESSION#<session_id> | SESSION#<session_id> | user_id<br>created_at | GSI_USER<br>user_id: <user_id> |

0 comments on commit 3e278b8

Please sign in to comment.