Skip to content

Commit

Permalink
add session record
Browse files Browse the repository at this point in the history
  • Loading branch information
zerj9 authored Oct 7, 2024
1 parent d21c7b5 commit 7f7f315
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion DATA_MODEL.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ This is the data model used for the Gridwalk application. Currently, only Dynamo
| USER#<user_id> | USER#<user_id> | user_name<br>created_at | |
| EMAIL#<email_address> | EMAIL#<email_address> | user_id | |
| ORG#<org_id> | USER#<user_id> | user_role<br>joined_at | |
| USER#<user_id> | ORG#<org_id> | | |
| USER#<user_id> | ORG#<org_id> | | |
| SESSION#<session_id> | SESSION#<session_id> | user_id<br>created_at | |

0 comments on commit 7f7f315

Please sign in to comment.