execute procedure tab

This commit is contained in:
Jan Prochazka
2020-04-13 09:31:01 +02:00
parent f690c42153
commit 9c1f09259a
5 changed files with 35 additions and 3 deletions

View File

@@ -44,6 +44,10 @@ const menus = {
label: 'Show CREATE PROCEDURE script',
tab: 'SqlObjectCreateScriptTab',
},
{
label: 'Show EXECUTE script',
tab: 'ExecuteProcedureTab',
},
],
functions: [
{