Временная отладка
This commit is contained in:
@@ -652,6 +652,10 @@ async function promptForForeignKeys(fkFields) {
|
|||||||
|
|
||||||
// ✅ УДАЛИТЬ (оптимизированное с batch delete)
|
// ✅ УДАЛИТЬ (оптимизированное с batch delete)
|
||||||
document.getElementById('btnDelete').addEventListener('click', async () => {
|
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) {
|
if (!table || !currentSchema || !currentTable) {
|
||||||
alert('Сначала выберите таблицу');
|
alert('Сначала выберите таблицу');
|
||||||
return;
|
return;
|
||||||
|
|||||||
Reference in New Issue
Block a user