tursodatabase / libsql-client-ts

TypeScript/JavaScript client API for libSQL
https://docs.turso.tech/sdk/ts/quickstart
MIT License
182 stars 30 forks source link

Don't raise errors if there are no pending migrations #233

Closed giovannibenussi closed 1 day ago

giovannibenussi commented 2 days ago

Currently, we are raising an error if there are no pending migrations for a schema databases. I think that we shouldn't raise an error if there are no pending migrations. However, I may be missing something because the Go implementation has the same behavior. Maybe @haaawk can give us more context here.

This is currently causing issues like the ones reported here: