mirror of
https://github.com/fawney19/Aether.git
synced 2026-09-02 09:20:22 +08:00
Redesign sensitive info protection settings
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
ALTER TABLE public.users
|
||||
ADD COLUMN IF NOT EXISTS feature_settings jsonb;
|
||||
|
||||
ALTER TABLE public.api_keys
|
||||
ADD COLUMN IF NOT EXISTS feature_settings jsonb;
|
||||
Reference in New Issue
Block a user