The issue happening is that we've generated migration files with drizzle-kit, but when we try to run those migrations against the remote databse we get the following error (full error attached):
LibsqlError: SQLITE_UNKNOWN: SQLite error: cannot rollback - no transaction is active
LibsqlError: SQLITE_UNKNOWN: SQLite error: cannot rollback - no transaction is active
If these same migrations are instead ran 1 at a time though, they both work as expected creating the tables, indexes, and row entries
Im pretty stumped and also not very experienced with sql/databases so any and al help is appreciated