mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 11:56:00 +00:00
running row macros
This commit is contained in:
@@ -11,7 +11,7 @@ export interface MacroDefinition {
|
||||
name: string;
|
||||
group: string;
|
||||
description?: string;
|
||||
type: 'transformValue';
|
||||
type: 'transformValue' | 'transformRow';
|
||||
code: string;
|
||||
args?: MacroArgument[];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user