Handle forks with care
This commit is contained in:
@@ -23,7 +23,8 @@ module.exports = function (options) {
|
||||
{
|
||||
association: db.ArtifactVersion.TranslationArtifactVersions,
|
||||
where: {
|
||||
backTranslationFromId: null
|
||||
backTranslationFromId: null,
|
||||
forkedFromId: null
|
||||
},
|
||||
required: false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user