![](https://secure.gravatar.com/avatar/9120ee9afdf1eb724aa557fc75700cb9.png?default=mp&rating=pg&size=250)
Seungyong Lim
Joined
4,850 Experience
48 Lessons Completed
0 Questions Solved
Activity
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!