mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 21:16:00 +00:00
fix: add schedulerEventsModifications query
This commit is contained in:
@@ -277,7 +277,7 @@ class Analyser extends DatabaseAnalyser {
|
||||
const tableModificationsQueryData = await this.analyserQuery('tableModifications');
|
||||
const procedureModificationsQueryData = await this.analyserQuery('procedureModifications');
|
||||
const functionModificationsQueryData = await this.analyserQuery('functionModifications');
|
||||
const schedulerEvents = await this.analyserQuery('schedulerEvents');
|
||||
const schedulerEvents = await this.analyserQuery('schedulerEventsModifications');
|
||||
const triggers = await this.analyserQuery('triggersModifications');
|
||||
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user