mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-17 23:45:59 +00:00
fix: add purename to trigger analysers
This commit is contained in:
@@ -188,6 +188,7 @@ class Analyser extends DatabaseAnalyser {
|
||||
contentHash: func.hash_code,
|
||||
})),
|
||||
triggers: triggers.rows.map(row => ({
|
||||
pureName: row.TRIGGER_NAME,
|
||||
trigerName: row.TRIGGER_NAME,
|
||||
definition: row.DEFINITION,
|
||||
tableName: row.TABLE_NAME,
|
||||
|
||||
Reference in New Issue
Block a user