mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 16:36:00 +00:00
feat: add triggers to ui
This commit is contained in:
@@ -166,6 +166,13 @@ export function getSupportedScriptTemplates(objectTypeField: string): { label: s
|
||||
scriptTemplate: 'CALL OBJECT',
|
||||
},
|
||||
];
|
||||
case 'triggers':
|
||||
return [
|
||||
{
|
||||
label: 'CREATE TRIGGER',
|
||||
scriptTemplate: 'CREATE OBJECT',
|
||||
},
|
||||
];
|
||||
}
|
||||
|
||||
return [];
|
||||
|
||||
Reference in New Issue
Block a user