File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -615,7 +615,8 @@ For more information see:
615
615
- https://hexdocs.pm/mix/1.14/Mix.Tasks.Release.html
616
616
617
617
### Configuration:
618
- You need to configure the migration module and specify at least the ` :otp_app ` and ` :topology ` values:
618
+ You need to configure the migration module and specify at least the ` :otp_app ` and ` :topology ` values. Here are the
619
+ default values:
619
620
620
621
config :mongodb_driver,
621
622
migration:
@@ -628,7 +629,7 @@ You need to configure the migration module and specify at least the `:otp_app` a
628
629
629
630
The following options are available:
630
631
* ` :collection ` - Version numbers of migrations will be saved in a collection named ` migrations ` by default.
631
- * ` :path ` - the priv directory for migrations. ` :path ` defaults to "mongo/migrations" and migrations should be placed at "priv/mongo/migrations"
632
+ * ` :path ` - the ` priv ` directory for migrations. ` :path ` defaults to "mongo/migrations" and migrations should be placed at "priv/mongo/migrations"
632
633
* ` :otp_app ` - the name of the otp_app to resolve the ` priv ` folder, defaults to ` :mongodb_driver ` . In most cases you use your application name.
633
634
* ` :topology ` - the topology for running the migrations, ` :topology ` defaults to ` :mongo `
634
635
@@ -948,7 +949,7 @@ Special thanks to [JetBrains](https://www.jetbrains.com/?from=elixir-mongodb-dri
948
949
## Copyright and License
949
950
950
951
Copyright 2015 Eric Meadows-Jönsson and Justin Wood \
951
- Copyright 2019 - 2022 Michael Maier
952
+ Copyright 2019 - present Michael Maier
952
953
953
954
Licensed under the Apache License, Version 2.0 (the "License");
954
955
you may not use this file except in compliance with the License.
You can’t perform that action at this time.
0 commit comments