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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -123,7 +123,7 @@ class MySQLControllerSpec extends AnyFreeSpec with DockerControllerSpecSupport {
123
123
124
124
```
125
125
126
-
### Use Flyway Migrate Command
126
+
### Use Flyway Migrate Command on MySQL/PostgreSQL
127
127
128
128
If you'd like to use `flyway` module, you can use `docker-controller-scala-flyway`. Mix-in `FlywaySpecSupport` and run `flywayContext.flyway.migrate()` in `afterStartContainers` method.
0 commit comments