mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 11:26:00 +00:00
drop sql object ctx menu
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user