6 lines
133 B
SQL
6 lines
133 B
SQL
select *
|
|
from public.owner_feature_entitlements
|
|
where owner_id = '816b24fe-a0c3-4409-b79b-c6c0a6935d03'::uuid
|
|
order by feature_key;
|
|
|