mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-20 09:51:13 -05:00
Add security functions and policies
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
-- First, add superuser role to the app_role enum
|
||||
ALTER TYPE public.app_role ADD VALUE IF NOT EXISTS 'superuser';
|
||||
|
||||
-- Add banned column to profiles table
|
||||
ALTER TABLE public.profiles ADD COLUMN IF NOT EXISTS banned boolean NOT NULL DEFAULT false;
|
||||
Reference in New Issue
Block a user