Add ability to fork translationEntryVersions
This commit is contained in:
@@ -168,6 +168,9 @@ module.exports = function (options) {
|
||||
association: db.EntryVersion.Entry
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
association: db.TranslationEntryVersion.ForkedFrom
|
||||
}
|
||||
]
|
||||
}).then(translationEntryVersion => {
|
||||
|
||||
Reference in New Issue
Block a user