wrangler and I have added a table to the database using the D1 web console. I can get the db schema just fine via PRAGMA: npx wrangler d1 execute spendydb --command='PRAGMA table_list' --remotewrangler I get an auth error. This happens for remote and local instances:npx wrangler d1 execute spendydb --file=./sql/create_d1.sql --remote^npx wrangler whoami tells me I have d1 (write) permissions. Did I miss a setup step with wrangler? Note that it is up to date at 4.42.2. Is this a question for the wrangler channel? I don't see anything useful in the log, although this is interesting: "errorType": "UserError".