Skip to content

Instantly share code, notes, and snippets.

@raihan-uddin
Created May 11, 2020 06:03
Show Gist options
  • Save raihan-uddin/a85f537a3985c5b96587cf910842b9f9 to your computer and use it in GitHub Desktop.
Save raihan-uddin/a85f537a3985c5b96587cf910842b9f9 to your computer and use it in GitHub Desktop.
yii1-rights-superadmin-permission
INSERT INTO `AuthAssignment` (`itemname`, `userid`, `bizrule`, `data`) VALUES ('Admin', '1', NULL, 'N');
INSERT INTO `AuthItem` (`name`, `type`, `description`, `bizrule`, `data`) VALUES ('Admin', 0, 'Admin', NULL, 'N;');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment