Handle forks with care

This commit is contained in:
2022-01-08 20:22:23 +02:00
parent c7e08c1944
commit 5e68598764
2 changed files with 61 additions and 3 deletions

View File

@@ -23,7 +23,8 @@ module.exports = function (options) {
{
association: db.ArtifactVersion.TranslationArtifactVersions,
where: {
backTranslationFromId: null
backTranslationFromId: null,
forkedFromId: null
},
required: false
}