This commit is contained in:
parent
119102b0b3
commit
4dee90ff57
|
@ -1,9 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "RouteConfig",
|
"name": "RouteConfig",
|
||||||
"base": "VnModel",
|
"base": "VnModel",
|
||||||
"mixins": {
|
|
||||||
"Loggable": true
|
|
||||||
},
|
|
||||||
"options": {
|
"options": {
|
||||||
"mysql": {
|
"mysql": {
|
||||||
"table": "routeConfig"
|
"table": "routeConfig"
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
-- Place your SQL code here
|
-- Place your SQL code here
|
||||||
INSERT INTO salix.ACL (model,property,accessType,permission,principalType,principalId)
|
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