7565-testToMaster #2567

Merged
alexm merged 250 commits from 7565-testToMaster into master 2024-06-11 06:31:18 +00:00
2 changed files with 1 additions and 4 deletions
Showing only changes of commit 4dee90ff57 - Show all commits

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