From e9bf4bc1867750d73346aa558ebcf885b8a5cdc5 Mon Sep 17 00:00:00 2001 From: Nathan Fischer Date: Wed, 10 Apr 2019 14:26:35 -0700 Subject: Reminder not to be bad --- docs/pages/9 - Contrib Modules.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs') 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: -- cgit v1.2.3