Skip to content

Commit

Permalink
feat: maj des formations similaires
Browse files Browse the repository at this point in the history
  • Loading branch information
K4ST0R committed Dec 16, 2024
1 parent 8cd2bbe commit e727670
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/src/queries/getFormationSimilaire.ts
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ export async function getFormationsSimilaire(
)
.select("formationEtablissement.formationId as formationIdBase")
.select("cfd")
.where("formation.id", "!=", formationId)
.as("results"),
(join) => join.onRef("formationSimilaire.formationRelatedId", "=", "results.formationIdBase")
)
Expand Down

0 comments on commit e727670

Please sign in to comment.