MM-52600: [Shared Channels] Shared channels do not sync channel membership (#30976)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
0082e3e94d
Коммит
fa1c77d9b0
@@ -0,0 +1,2 @@
|
||||
ALTER TABLE sharedchannelremotes DROP COLUMN IF EXISTS lastmemberssyncat;
|
||||
ALTER TABLE sharedchannelusers DROP COLUMN IF EXISTS lastmembershipsyncat;
|
||||
@@ -0,0 +1,2 @@
|
||||
ALTER TABLE sharedchannelremotes ADD COLUMN IF NOT EXISTS lastmemberssyncat bigint DEFAULT 0;
|
||||
ALTER TABLE sharedchannelusers ADD COLUMN IF NOT EXISTS lastmembershipsyncat bigint DEFAULT 0;
|
||||
Ссылка в новой задаче
Block a user