

AS to rename duplicated columns https://github.com/cloudflare/workerd/pull/696#issuecomment-1561891627db.dump() back into a database?

ORDER BY random() LIMIT 25-> 78ms query execution timeORDER BY created_at DESC LIMIT 25with an index oncreated_at DESC-> 0.20ms query execution time
_cf_KV on every D1 database. This table has two columns, key and value. This has nothing to do with the actual KV product, has it? db.batch() and/or db.exec()?npx wrangler d1 migrations apply some-db --experimental-backend only works when logged in via npx wrangler login. In CI, however, where I'm not running npx wrangler login but instead providing a CLOUDFLARE_API_TOKEN env variable the command exits with code 1. Is this a known issue? What workarounds exist for running migrations in CI?npx wrangler pages deploy dist --project-name abc in CI only providing the CLOUDFLARE_API_TOKEN env var.)
ASdb.dump()ORDER BY random() LIMIT 25ORDER BY created_at DESC LIMIT 25created_at DESC_cf_KVkeyvaluedb.batch()db.exec()npx wrangler d1 migrations apply some-db --experimental-backendnpx wrangler loginnpx wrangler loginCLOUDFLARE_API_TOKENCLOUDFLARE_API_TOKENnpx wrangler pages deploy dist --project-name abc