Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 206 Bytes

flyway.md

File metadata and controls

8 lines (8 loc) · 206 Bytes
docker run --rm --network=host \
-v /Users/daddy/Desktop/codes/kastle/db-migrations/sql:/flyway/sql \
boxfuse/flyway \
-user=kastle_user \
-url=jdbc:postgresql://localhost:5432/kastle \
migrate