Skip to content

Commit ba24297

Browse files
committed
Fixing trigger and action naming.
1 parent 672efcd commit ba24297

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

component.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,8 @@
105105
},
106106
"select": {
107107
"main": "io.elastic.jdbc.triggers.SelectTriggerOld",
108-
"title": "SELECT",
108+
"title": "SELECT (Deprecated)",
109+
"description": "This trigger is already deprecated. Please use 'Select' trigger",
109110
"type": "polling",
110111
"fields": {
111112
"tableName": {
@@ -132,7 +133,7 @@
132133
"actions": {
133134
"createOrUpdateRecord": {
134135
"main": "io.elastic.jdbc.actions.CreateOrUpdateRecord",
135-
"title": "Create or update record",
136+
"title": "Create or update record (Deprecated)",
136137
"fields": {
137138
"tableName": {
138139
"viewClass": "SelectView",

0 commit comments

Comments
 (0)