sql-migrateをdockerで実行する方法調べたので、シェアしておきます
# シンプル docker-compose exec app bash -c "sql-migrate up" # configなどある場合のサンプル docker-compose exec app bash -c "sql-migrate up -config=db/dbconfig.yml -env development"
[DOCKER] Try using sql-migrate
docker + rails + capybaraでSelenium::WebDriver::Error::UnknownError
Docker + postgresqlでrole “postgres” does not existエラー
note: module requires Go 1.13がHerokuで出る
go-playground/validatorでvalidationが走らない
Go ginでconflicts with existing wildcardの解消法