Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ledouxm authored Feb 2, 2025
1 parent 8315c57 commit dc93eb2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ const potionRecipes = await db
.innerJoin("Recipes", "Recipes.resultId", "Items.id")
.innerJoin("translations", "Items.nameId", "translations.id")
.where("translations.value", "like", "%potion%")
.where("translations.lang", "=", "fr")
.select(["translations.value as name"])
.selectAll(["Recipes"])
.execute();
Expand Down

0 comments on commit dc93eb2

Please sign in to comment.