update runCase at once

This commit is contained in:
Takeshi Kimata
2024-07-16 21:34:21 +09:00
parent 1c436b7db6
commit b00c93bcd2
6 changed files with 78 additions and 104 deletions

View File

@@ -39,7 +39,7 @@ module.exports = function (sequelize) {
},
{
model: RunCase,
attributes: ['runId', 'status'],
attributes: ['id', 'runId', 'status'],
},
],
});