rubenv / sql-migrate

SQL schema migration tool for Go.
MIT License
3.16k stars 269 forks source link

update sql-migrate #259

Closed bmon closed 6 months ago

bmon commented 7 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 6 months ago

Thanks!