getAlby / lndhub.go

Accounting wrapper for the Lightning Network. It provides separate accounts for end-users. (LndHub compatible API written in Go)
GNU General Public License v3.0
86 stars 23 forks source link

Bun upgrade causes migrations to fail #276

Closed kiwiidb closed 1 year ago

kiwiidb commented 1 year ago

See #275

Figure out how we can upgrade bun without breaking the migrations.

bumi commented 1 year ago

Looking at the docs and examples it seems they use it a bit differently: https://bun.uptrace.dev/guide/migrations.html

also in the sql files --bun:split is not --migration:split

kiwiidb commented 1 year ago

Updating to 1.1.10 solved the issue. See #293