rhkp commented on code in PR #2790:
URL:
https://github.com/apache/incubator-kie-tools/pull/2790#discussion_r1871989928
##########
packages/sonataflow-operator/api/v1alpha08/sonataflowplatform_services_types.go:
##########
@@ -23,6 +23,11 @@ import (
// ServicesPlatformSpec describes the desired service configuration for
workflows without the `sonataflow.org/profile: dev` annotation.
type ServicesPlatformSpec struct {
+ // true = Use DB Migration Job with DB Migrator tool image
+ // false = Use built-in DB migration capability within services e.g.
DI/JS
+ // +optional
+ // +default: false
+ JobBasedDbMigration bool `json:"jobBasedDbMigration,omitempty"`
Review Comment:
I think this line is an invalid and has been removed as we are making use of
dbMigrationStrategy and not jobBasedDbMigration.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]