compare model tab

This commit is contained in:
Jan Prochazka
2021-10-17 20:33:55 +02:00
parent 4f4e3cbcc3
commit 0034ce2378
7 changed files with 174 additions and 2 deletions

View File

@@ -156,6 +156,20 @@ registerCommand({
},
});
registerCommand({
id: 'new.modelCompare',
category: 'New',
icon: 'img compare',
name: 'Compare DB Models',
onClick: () => {
openNewTab({
title: 'Compare',
icon: 'img compare',
tabComponent: 'CompareModelTab',
});
},
});
registerCommand({
id: 'new.freetable',
category: 'New',