fix: remove triggerName

This commit is contained in:
Nybkox
2024-12-17 10:15:57 +01:00
parent 9e941dfce2
commit 413287c691
3 changed files with 0 additions and 4 deletions

View File

@@ -138,7 +138,6 @@ export interface FunctionInfo extends CallableObjectInfo {
export interface TriggerInfo extends SqlObjectInfo {
objectId: string;
trigerName: string;
functionName?: string;
tableName: string;
triggerTiming?: 'BEFORE' | 'AFTER' | 'INSTEAD OF' | null;