You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NOTE: Liquibase needs a database either in the connection string or with the `quarkus.mongodb.database` property.
84
84
85
-
NOTE: By default, Liquibase MongoDB is configured to use the default MongoDB client you can change the client with `quarkus.liquibase-mongodb.mongodb-client`.
85
+
NOTE: By default, Liquibase MongoDB is configured to use the default MongoDB client Quarkus creates, but you can configure the extension to use a named client by setting `quarkus.liquibase-mongodb.mongo-client-name`.
86
86
87
87
Add a changeLog file to the default folder following the Liquibase naming conventions: `{change-log}`
88
88
YAML, JSON and XML formats are supported for the changeLog.
0 commit comments