wrangler.toml is safe to commit, assuming you are using secrets where appropriatedrizzle instance with platform.env.DB+(*.)server.ts route i alway reinstantiate drizzle, right?
database_id and a different preview_database_id (one is called prod-main the other dev-main, but in the file i have just database_name = "prod-main") will it still work?migrations folder don't get applied automatically if someone pushes a new sql file, right? if that's the case however, how can i disable that behaviour?number[] instead of ArrayBuffer? Seems weird because the docs show that they should map to ArrayBuffers.wrangler.toml file I have this:preview_database_id to the uuid of the preview database would suffice, but apparently it doesn't. In the D1 documentation I could only find https://developers.cloudflare.com/d1/configuration/environments/ but the config used looks vastly different than mine. what do I have to do? database_id to the preview envplatform.env.DB+(*.)server.tsprod-maindev-maindatabase_name = "prod-main"migrationsnumber[]ArrayBuffercurl "http://localhost:8787/__scheduled?cron=*+*+*+*+*"Error: Error: D1_ERROR: no such table: image: SQLITE_ERROR - Cause: Error: D1_ERROR: no such table: image: SQLITE_ERROR[[d1_databases]]
binding = "db"
database_name = "prod-main"
database_id = "[uuid1]"
preview_database_id = "[uuid2]"