Add missing comma to SQL command

This commit is contained in:
Emmanuel 2024-04-21 09:04:50 +02:00
parent b1f68396c0
commit da419fce5b

View file

@ -381,7 +381,7 @@ async function importJorf(
DO UPDATE SET
data = ${db.json(texteVersion as unknown as JSONValue)},
nature = ${texteVersion.META.META_COMMUN.NATURE ?? null},
nature_et_num = ${natureEtNum}
nature_et_num = ${natureEtNum},
text_search = setweight(to_tsvector('french', ${textAFragments.join(
" ",
)}), 'A')