You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
libsql: Fail sync_db_if_needed() if database exists but metadata is missing
This is an inconsistent state because there is no way for us to know
what generation the database file is tracking. For all we know, it could
be a totally unrelated database file than the one we have remotely.
Therefore, return an error.
0 commit comments