This started happening after I renamed two of my database tables and updated their indexes. I ran two scripts to update the indexes, and now every time I make a modification to a table, all the ...
import {DuckDBInstance} from '@duckdb/node-api'; async function test() { //Create connection const instance = await DuckDBInstance.create('./database/my_duckdb.db ...