mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-06-04 01:41:43 +00:00
core: fix downgrade from channels/relays (#6706)
This commit is contained in:
@@ -75,6 +75,8 @@ down_m20260222_chat_relays :: Text
|
||||
down_m20260222_chat_relays =
|
||||
T.pack
|
||||
[r|
|
||||
UPDATE group_members SET member_role = 'observer' WHERE member_role = 'relay';
|
||||
|
||||
ALTER TABLE users DROP COLUMN is_user_chat_relay;
|
||||
|
||||
ALTER TABLE groups
|
||||
|
||||
Reference in New Issue
Block a user