Skip to content

Commit

Permalink
updating ml_connector schema version (opensearch-project#2228) (opens…
Browse files Browse the repository at this point in the history
…earch-project#2230)

Signed-off-by: Dhrubo Saha <[email protected]>
(cherry picked from commit 67f1d25)

Co-authored-by: Dhrubo Saha <[email protected]>
  • Loading branch information
opensearch-trigger-bot[bot] and dhrubo-os authored Mar 19, 2024
1 parent c560fcc commit 951dbcf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public class CommonValue {
public static final Integer ML_MODEL_INDEX_SCHEMA_VERSION = 10;
public static final String ML_CONNECTOR_INDEX = ".plugins-ml-connector";
public static final Integer ML_TASK_INDEX_SCHEMA_VERSION = 2;
public static final Integer ML_CONNECTOR_SCHEMA_VERSION = 2;
public static final Integer ML_CONNECTOR_SCHEMA_VERSION = 3;
public static final String ML_CONFIG_INDEX = ".plugins-ml-config";
public static final Integer ML_CONFIG_INDEX_SCHEMA_VERSION = 2;
public static final String ML_CONTROLLER_INDEX = ".plugins-ml-controller";
Expand Down

0 comments on commit 951dbcf

Please sign in to comment.