mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 06:46:00 +00:00
filter only tables with rows
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user