Redesign sensitive info protection settings

This commit is contained in:
fawney19
2026-05-14 11:14:20 +08:00
parent 91955ad1e0
commit 509bd30252
71 changed files with 3254 additions and 884 deletions

View File

@@ -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;