refs #6820 fix pr
gitea/salix/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Carlos Satorres 2024-05-22 14:56:46 +02:00
parent 119102b0b3
commit 4dee90ff57
2 changed files with 1 additions and 4 deletions

View File

@ -1,9 +1,6 @@
{
"name": "RouteConfig",
"base": "VnModel",
"mixins": {
"Loggable": true
},
"options": {
"mysql": {
"table": "routeConfig"

View File

@ -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');