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,3 @@
|
|||
DROP INDEX IF EXISTS channel_messages_random_idx;
|
||||
CREATE UNIQUE INDEX channel_messages_random_idx ON public.channel_messages
|
||||
USING btree (channel_id, sender_user_id, random_id) WHERE (random_id <> 0);
|
||||
Loading…
Add table
Add a link
Reference in a new issue