Skip to content

Commit b6dd801

Browse files
authored
Update README.md
1 parent 9d85f26 commit b6dd801

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ class MySQLControllerSpec extends AnyFreeSpec with DockerControllerSpecSupport {
125125

126126
### Use Flyway Migrate Command on MySQL/PostgreSQL
127127

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.
128+
If you'd like to use `flyway` module, you can use `docker-controller-scala-flyway`. Mix-in `FlywaySpecSupport` then, put the sql files in `src/reosources/flyway`, run `flywayContext.flyway.migrate()` in `afterStartContainers` method.
129129

130130
```scala
131131
class MySQLControllerSpec extends AnyFreeSpec with DockerControllerSpecSupport with FlywaySpecSupport {

0 commit comments

Comments
 (0)