owpengram-server/deploy/migrations/0033_channel_verified.down.sql

4 lines
117 B
SQL

DROP INDEX IF EXISTS public.admin_audit_logs_peer_idx;
ALTER TABLE public.channels
DROP COLUMN IF EXISTS verified;