charles.morrow
01/11/2022, 4:21 PM((role() = 'authenticated'::text) AND (uid() = '057b1bc4-b79b-46ae'::uuid))
it works
but if i say ((role() = 'authenticated'::text) AND (uid() IN ( SELECT admin.user_uuid FROM admin)))
it doesnt work
there is a row with that user_uuid in the admin table.
Can anyone see what im doing wrong? thanks!garyaustin
01/11/2022, 6:25 PMcharles.morrow
01/11/2022, 7:37 PMmoein
01/12/2022, 8:31 AM(role() = 'authenticated'::text)
redundantcharles.morrow
01/18/2022, 6:48 AM