-- 010_tenants_fields.down.sql -- Reverse the M13b W1 tenant operational fields. SET search_path TO auth, public; ALTER TABLE auth.tenants DROP COLUMN IF EXISTS fcm_shared; ALTER TABLE auth.tenants DROP COLUMN IF EXISTS rate_limit_per_sec;