mirror of
https://github.com/strapi/strapi.git
synced 2025-11-12 16:22:10 +00:00
fix tests
This commit is contained in:
parent
e2d4cb483c
commit
e7428cdf83
@ -1125,7 +1125,7 @@ const createEntityManager = (db) => {
|
|||||||
.select(select)
|
.select(select)
|
||||||
.where({
|
.where({
|
||||||
[joinColumn.name]: id,
|
[joinColumn.name]: id,
|
||||||
[inverseJoinColumn.name]: { $ne: relIdsToaddOrMove[0] },
|
[inverseJoinColumn.name]: { $notIn: relIdsToaddOrMove },
|
||||||
})
|
})
|
||||||
.where(joinTable.on || {})
|
.where(joinTable.on || {})
|
||||||
.execute();
|
.execute();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user