rubenv / sql-migrate

SQL schema migration tool for Go.
MIT License
3.24k stars 280 forks source link

update sql-migrate #259

Closed bmon closed 10 months ago

bmon commented 11 months ago

We encountered an issue building the latest version of sql-migrate due to an issue with go-sqlite3.

https://github.com/mattn/go-sqlite3/issues/1164 https://github.com/mattn/go-sqlite3/pull/1177

Using this new version will fix the issue.

rubenv commented 10 months ago

Thanks!