refs #6232 Regularized config tables #2170

Merged
guillermo merged 5 commits from 6232-refactorConfigTables into dev 2024-03-20 06:31:58 +00:00
2 changed files with 2 additions and 0 deletions
Showing only changes of commit 0867211573 - Show all commits

View File

@ -49,6 +49,7 @@ describe('MRWConfig createShipment()', () => {
await models.MrwConfig.create( await models.MrwConfig.create(
{ {
'id': 1,
'url': 'https://url.com', 'url': 'https://url.com',
'user': 'user', 'user': 'user',
'password': 'password', 'password': 'password',

View File

@ -9,6 +9,7 @@
"properties": { "properties": {
"id": { "id": {
"type": "number", "type": "number",
"id": true,
"required": true "required": true
}, },
"url": { "url": {