Various system schema name changes

Fixes #482
This commit is contained in:
rijkvanzanten
2020-10-02 17:43:58 -04:00
parent 29c18075d4
commit bf76244ba7
82 changed files with 213 additions and 213 deletions

View File

@@ -52,7 +52,7 @@ router.post(
const primaryKey = await service.create({
...req.body,
action: Action.COMMENT,
action_by: req.accountability?.user,
user: req.accountability?.user,
ip: req.ip,
user_agent: req.get('user-agent'),
});