Merge pull request 'test' (!2514) from test into dev
gitea/salix/pipeline/head This commit looks good Details

Reviewed-on: #2514
Reviewed-by: Sergio De la torre <sergiodt@verdnatura.es>
This commit is contained in:
Robert Ferrús 2024-05-27 12:11:12 +00:00
commit b404c7d101
3 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,5 @@
-- Auto-generated SQL script. Actual values for binary/complex data types may differ - what you see is the default string representation of values.
INSERT INTO salix.ACL (model,property,accessType,permission,principalType,principalId)
VALUES ('RoadmapStop','*','*','ALLOW','ROLE','production');
INSERT INTO salix.ACL (model,property,accessType,permission,principalType,principalId)
VALUES ('RoadmapStop','*','*','ALLOW','ROLE','productionBoss');

View File

@ -25,5 +25,8 @@
}, },
"RoutesMonitor": { "RoutesMonitor": {
"dataSource": "vn" "dataSource": "vn"
},
"ExpeditionTruck": {
"dataSource": "vn"
} }
} }

View File

@ -0,0 +1,9 @@
{
"name": "ExpeditionTruck",
"base": "RoadmapStop",
"options": {
"mysql": {
"table": "expeditionTruck"
}
}
}