filter only tables with rows

This commit is contained in:
SPRINX0\prochazka
2025-09-25 09:23:52 +02:00
parent 6747280964
commit 9d77cac4bb
3 changed files with 14 additions and 1 deletions

View File

@@ -143,6 +143,7 @@
res.push({ label: 'Column comment', switchValue: 'columnComment' });
res.push({ label: 'View/procedure/trigger text', switchValue: 'sqlObjectText' });
res.push({ label: 'Table engine', switchValue: 'tableEngine' });
res.push({ label: 'Only tables with rows', switchValue: 'tablesWithRows' });
}
return res.map(item => ({
...item,