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;