Grant Privileges to Role
I created roles in my project using the
pgRole()
in order to enable RLS on my database. After running the migration my user has no privileges on my tables and cannot access them. How can I grant all privileges to my role?1 Reply
Did you ever figure this out?
Because the only thing I can think of is manually adding this to migrations