We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96318c6 commit 90a80d8Copy full SHA for 90a80d8
obp-api/src/main/resources/props/sample.props.template
@@ -961,8 +961,9 @@ featured_apis=elasticSearchWarehouseV300
961
# Define list of migration scripts to execute.
962
# List is not ordered.
963
# list_of_migration_scripts_to_execute=dummyScript
964
-# Bypass the list and execute all available scripts
+# Bypass the list and execute ALL available scripts
965
# migration_scripts.execute_all=false
966
+# NOTE: If you want to execute ALL available scripts you must set migration_scripts.execute_all AND migration_scripts.enabled to true.
967
# -------------------------------------------------
968
969
# -- Mapper rules -------------------------------
0 commit comments