factorial-io / phabalicious

Supports your deployments and every-day devops-tasks
http://docs.phab.io
MIT License
18 stars 3 forks source link

refactor db:query to work in more circumstances #279

Closed stmh closed 2 years ago

stmh commented 2 years ago

Old implementation used sql-import which is not ideal, as this will freeze the app, and it worked only when mysql was executed on your local, it broke for remote instances. Fixes https://github.com/factorial-io/phabalicious/issues/278