diff --git a/verify/company_user.sql b/verify/company_user.sql index 5bd8f1a..c6125f3 100644 --- a/verify/company_user.sql +++ b/verify/company_user.sql @@ -7,4 +7,7 @@ select company_id from numerus.company_user where false; +select 1 / count(*) from pg_class where oid = 'numerus.company'::regclass and relrowsecurity; +select 1 / count(*) from pg_policy where polname = 'company_policy' and polrelid = 'numerus.company'::regclass; + rollback;