fix: add schedulerEventsModifications query

This commit is contained in:
Nybkox
2025-05-13 13:04:10 +02:00
parent 31a6f7b621
commit 660e76145e
3 changed files with 10 additions and 1 deletions

View File

@@ -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 {