From 91cbde5026ee53c33ad71514cb370d4cbe5a973a Mon Sep 17 00:00:00 2001 From: Michael Chus Date: Wed, 21 Jan 2026 04:37:38 +0300 Subject: [PATCH] =?UTF-8?q?=D0=92=D1=80=D0=B5=D0=BC=D0=B5=D0=BD=D0=BD?= =?UTF-8?q?=D0=B0=D1=8F=20=D0=BE=D1=82=D0=BB=D0=B0=D0=B4=D0=BA=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/app.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/app.js b/public/app.js index 85ed4e2..ca67cad 100644 --- a/public/app.js +++ b/public/app.js @@ -652,6 +652,10 @@ async function promptForForeignKeys(fkFields) { // ✅ УДАЛИТЬ (оптимизированное с batch delete) document.getElementById('btnDelete').addEventListener('click', async () => { +// ВРЕМЕННАЯ ОТЛАДКА +console.log('Current Primary Keys:', currentMeta?.primaryKey); +console.log('Sample row from selectedRowsData:', Array.from(selectedRowsData.values())[0]); + if (!table || !currentSchema || !currentTable) { alert('Сначала выберите таблицу'); return;