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

6 lines
160 B
SQL
Raw Normal View History

2026-05-14 11:14:20 +08:00
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;