summaryrefslogtreecommitdiff
path: root/docs/pages/9 - Contrib Modules.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/pages/9 - Contrib Modules.md')
-rw-r--r--docs/pages/9 - Contrib Modules.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/pages/9 - Contrib Modules.md b/docs/pages/9 - Contrib Modules.md
index 2ce591d7..b979c677 100644
--- a/docs/pages/9 - Contrib Modules.md
+++ b/docs/pages/9 - Contrib Modules.md
@@ -63,12 +63,18 @@ Flyway will look for migration files in `db/migration` in all resources folders
This should work regardless of if you are using a mill or sbt project layout.
You can then run common flyway commands like
+
```
mill foo.flywayClean
mill foo.flywayInfo
mill foo.flywayMigrate
```
+> REMINDER:
+> You should never check credentials into any code or source control.
+> You should write some code to populate the settings for flyway.
+> For example `def flywayPassword = T.input(T.ctx().env("FLYWAY_PASSWORD"))`
+
### Play Framework
This module adds basic Play Framework support to mill: