Files
Aether/crates/aether-data/migrations/postgres/20260512000000_add_feature_settings.sql

6 lines
160 B
MySQL
Raw Normal View History

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;