chore: refresh gramsrv public release
This commit is contained in:
parent
75cebe8dbf
commit
70b6820474
1274 changed files with 378751 additions and 59919 deletions
5
deploy/migrations/0033_channel_verified.up.sql
Normal file
5
deploy/migrations/0033_channel_verified.up.sql
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
ALTER TABLE public.channels
|
||||
ADD COLUMN IF NOT EXISTS verified boolean DEFAULT false NOT NULL;
|
||||
|
||||
CREATE INDEX IF NOT EXISTS admin_audit_logs_peer_idx
|
||||
ON public.admin_audit_logs (target_peer_type, target_peer_id, id DESC);
|
||||
Loading…
Add table
Add a link
Reference in a new issue