From b7337862b8973e88cabd633c896f06337bcb6fc5 Mon Sep 17 00:00:00 2001 From: Olivier Date: Sat, 13 Jun 2026 21:25:10 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20import-zip=20=E2=80=94=20VALUES=20avait?= =?UTF-8?q?=201=20=3F=20en=20trop=20(34=20pour=2033=20colonnes)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/src/routes/referentiel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/routes/referentiel.js b/backend/src/routes/referentiel.js index b14053f..1ab08d3 100644 --- a/backend/src/routes/referentiel.js +++ b/backend/src/routes/referentiel.js @@ -522,7 +522,7 @@ router.post('/import-zip', zipUpload.single('file'), async (req, res, next) => { garantie_rachat, statistiques_publiques, bonus_inscription, marche_secondaire, investissement_auto, url_trustpilot, url_linkedin, logo_filename, icone_filename, updated_at) - VALUES (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,datetime('now')) + VALUES (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,datetime('now')) `).run(p.nom, ...fields); refId = r.lastInsertRowid; created++;