Skip to content

Instantly share code, notes, and snippets.

@alexdmejias
Created May 29, 2013 20:29
Show Gist options
  • Save alexdmejias/5673565 to your computer and use it in GitHub Desktop.
Save alexdmejias/5673565 to your computer and use it in GitHub Desktop.
drupal thing i always seem to need
INSERT INTO node_access
(nid ,gid ,realm ,grant_view, grant_update , grant_delete)
VALUES ( '0', '0', 'all', '1', '0', '0')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment