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