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?
Was this page helpful?