fix: add trigger event type to oracle triggers query

This commit is contained in:
Nybkox
2024-12-19 10:17:16 +01:00
parent e08216d6dd
commit f16aab12e1
2 changed files with 3 additions and 1 deletions

View File

@@ -193,6 +193,7 @@ class Analyser extends DatabaseAnalyser {
definition: row.DEFINITION,
tableName: row.TABLE_NAME,
triggerLevel: row.TRIGGER_LEVEL,
triggerTiming: row.TRIGGER_TIMING,
eventType: row.EVENT_TYPE,
})),
};