Last active
December 12, 2015 04:19
-
-
Save waako/4713645 to your computer and use it in GitHub Desktop.
Allow anonymouse user to view devel output
DO NOT USE on development!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
drush sql-cli |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
insert into role_permission set rid=1, | |
permission='access devel information', | |
module='devel'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks to @smclernon for this!