mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 13:46:00 +00:00
fix: add trigger event type to oracle triggers query
This commit is contained in:
@@ -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,
|
||||
})),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user