drop sql object ctx menu

This commit is contained in:
Jan Prochazka
2021-09-15 21:15:46 +02:00
parent 39748bdd6c
commit ce85f8f94d
2 changed files with 30 additions and 2 deletions

View File

@@ -114,6 +114,10 @@
label: 'Open structure',
tab: 'TableStructureTab',
},
{
label: 'Drop view',
isDrop: true,
},
{
label: 'Query designer',
isQueryDesigner: true,
@@ -175,6 +179,10 @@
label: 'Open structure',
tab: 'TableStructureTab',
},
{
label: 'Drop view',
isDrop: true,
},
{
label: 'Query designer',
isQueryDesigner: true,
@@ -227,6 +235,10 @@
},
],
procedures: [
{
label: 'Drop procedure',
isDrop: true,
},
{
label: 'SQL: CREATE PROCEDURE',
scriptTemplate: 'CREATE OBJECT',
@@ -249,6 +261,10 @@
},
],
functions: [
{
label: 'Drop function',
isDrop: true,
},
{
label: 'SQL: CREATE FUNCTION',
scriptTemplate: 'CREATE OBJECT',