I am running into some strange error when I upgraded my app to rails version 6 and pushed to heroku that is connected to Amazon RDS.
I am getting the following error: ActiveRecord::StatementInvalid (PG::InsufficientPrivilege: ERROR:  permission denied for relation users.. It is definitely a role issue but I am not sure what could be causing it and how to fix.
when running heroku run rails console --app finders-staging  and tried update a User record, and I get the same error: 
ActiveRecord::StatementInvalid (PG::InsufficientPrivilege: ERROR:  permission denied for relation users). 
Any help/suggestion would be appreciated!
