Gekidou Minor Fixes (#6461)

* removed useless throw in comment

* fix ts for useNavButtonPressed

* update server db 'relationship config file'

adding missing relationship between ThreadsInTeam and Thread table.  we will have to update the pngs and the others as well but we can do that once we get a license to the DB Schema app

* Update post.ts
This commit is contained in:
Avinash Lingaloo
2022-07-08 14:26:12 +04:00
committed by GitHub
parent c6795e18fc
commit 216b7058df
10 changed files with 14 additions and 25 deletions

View File

@@ -271,7 +271,7 @@ ThreadsInTeam
id PK string # auto-generated
loaded_in_global_threads boolean
team_id string INDEX FK >- Team.id
thread_id string INDEX
thread_id string INDEX FK >- Thread.id
ThreadParticipant # who is participating in this conversation