chore: refresh gramsrv public release
This commit is contained in:
parent
75cebe8dbf
commit
70b6820474
1274 changed files with 378751 additions and 59919 deletions
|
|
@ -0,0 +1,8 @@
|
|||
-- 回退:从白名单移除 'channel_web_page'。
|
||||
ALTER TABLE public.channel_update_events DROP CONSTRAINT IF EXISTS channel_update_events_type_check;
|
||||
ALTER TABLE public.channel_update_events ADD CONSTRAINT channel_update_events_type_check CHECK (
|
||||
(event_type)::text = ANY (ARRAY[
|
||||
'new_channel_message', 'edit_channel_message', 'delete_channel_messages',
|
||||
'channel_participant', 'pinned_channel_messages', 'noop'
|
||||
]::text[])
|
||||
);
|
||||
Loading…
Add table
Add a link
Reference in a new issue