fix: remove unnecessary prepare_statement from pgsql action
This commit is contained in:
parent
17e6703ba2
commit
0c80c74554
|
@ -64,8 +64,7 @@ fields(action_parameters) ->
|
|||
binary(),
|
||||
#{desc => ?DESC("sql_template"), default => default_sql(), format => <<"sql">>}
|
||||
)}
|
||||
] ++
|
||||
emqx_connector_schema_lib:prepare_statement_fields();
|
||||
];
|
||||
fields(pgsql_action) ->
|
||||
emqx_bridge_v2_schema:make_producer_action_schema(
|
||||
hoconsc:mk(
|
||||
|
|
Loading…
Reference in New Issue