forked from Ivasoft/mattermost-mobile
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user