mirror of
https://github.com/fawney19/Aether.git
synced 2026-09-02 01:10:23 +08:00
6 lines
160 B
SQL
6 lines
160 B
SQL
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;
|