7565-testToMaster #2567
|
@ -1,9 +1,6 @@
|
|||
{
|
||||
"name": "RouteConfig",
|
||||
"base": "VnModel",
|
||||
"mixins": {
|
||||
"Loggable": true
|
||||
},
|
||||
"options": {
|
||||
"mysql": {
|
||||
"table": "routeConfig"
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
-- Place your SQL code here
|
||||
INSERT INTO salix.ACL (model,property,accessType,permission,principalType,principalId)
|
||||
VALUES ('RouteConfig','*','*','ALLOW','ROLE','employee');
|
||||
VALUES ('RouteConfig','*','READ','ALLOW','ROLE','employee');
|
||||
|
|
Loading…
Reference in New Issue