Skip to content

Commit

Permalink
grant admin_console permissions on the passwords table
Browse files Browse the repository at this point in the history
  • Loading branch information
bdzim committed May 21, 2014
1 parent bd2ea9e commit 6e70b9f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions sql/2014-06-18_set_passwords.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
begin;

grant all on passwords to admin_console;

commit;

0 comments on commit 6e70b9f

Please sign in to comment.