Add missing comma to SQL command
This commit is contained in:
parent
b1f68396c0
commit
da419fce5b
1 changed files with 1 additions and 1 deletions
|
@ -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')
|
||||
|
|
Loading…
Add table
Reference in a new issue