Skip to content

Instantly share code, notes, and snippets.

@Goatform
Created April 10, 2015 20:43
Show Gist options
  • Select an option

  • Save Goatform/cc1a46bc1603f8c6293d to your computer and use it in GitHub Desktop.

Select an option

Save Goatform/cc1a46bc1603f8c6293d to your computer and use it in GitHub Desktop.
DELETE FROM `rbac_permissions` WHERE `id`=776;
INSERT INTO `rbac_permissions` (`id`, `name`) VALUES (776, 'Command: debug phase');
DELETE FROM `rbac_linked_permissions` WHERE `id`=192 AND linkedId=776;
INSERT INTO `rbac_linked_permissions` (`id`, `linkedId`) VALUES (192, 776);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment