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

@@ -195,6 +195,7 @@ export const DEFAULT_OBJECT_SEARCH_SETTINGS = {
columnComment: false,
sqlObjectText: false,
tableEngine: false,
tablesWithRows: false,
};
export const DEFAULT_CONNECTION_SEARCH_SETTINGS = {