fix(channels): sync preserve locally cleared dialogs
This commit is contained in:
parent
e22fac1c3f
commit
73cf6a8184
50 changed files with 1525 additions and 327 deletions
|
|
@ -0,0 +1,7 @@
|
|||
DROP INDEX IF EXISTS user_channel_member_index_history_clear_idx;
|
||||
|
||||
ALTER TABLE user_channel_member_index
|
||||
DROP CONSTRAINT IF EXISTS user_channel_member_index_history_clear_check,
|
||||
DROP COLUMN IF EXISTS history_clear_updated_at,
|
||||
DROP COLUMN IF EXISTS history_clear_anchor_id,
|
||||
DROP COLUMN IF EXISTS available_min_id;
|
||||
Loading…
Add table
Add a link
Reference in a new issue