Created
May 11, 2020 06:03
-
-
Save raihan-uddin/a85f537a3985c5b96587cf910842b9f9 to your computer and use it in GitHub Desktop.
yii1-rights-superadmin-permission
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 `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