From 61c8c0b9cae8f916f79e87e9c9caac70b9d07441 Mon Sep 17 00:00:00 2001 From: Lizandro Guarnizo <77708265+lizandrogd@users.noreply.github.com> Date: Fri, 3 Jul 2026 10:30:39 -0500 Subject: [PATCH] fix debug: quitar creado_at del test INSERT --- debug_turno_wa.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debug_turno_wa.php b/debug_turno_wa.php index 64801f1..43af832 100644 --- a/debug_turno_wa.php +++ b/debug_turno_wa.php @@ -146,8 +146,8 @@ if ($hoyTurnos) { $testToken = 'DEBUG-TEST-' . time(); $ins = $pdo->prepare( "INSERT IGNORE INTO turnero_consentimientos - (turno_id, formulario_id, token, estado, creado_at) - VALUES (?, ?, ?, 'pendiente', NOW())" + (turno_id, formulario_id, token, estado) + VALUES (?, ?, ?, 'pendiente')" ); $ins->execute([$turnoTest['id'], $formTest['id'], $testToken]); if ($ins->rowCount()) {