does the migrations are auto applied as part of deployment? or a custom CI/CD pipeline should orches
does the migrations are auto applied as part of deployment? or a custom CI/CD pipeline should orchestrate the process?
wrangler d1 migrations as part of your CI/CD workflowsuccess: boolean, response in the D1Result object?error response which I'm picking up with catch (error)success: true even if there are 0 results matched, which I would expect.success: ever be false?success: false to be returned when the query failed with a SQL error?success: boolean is redundant!wrangler d1 migrations apply during the Cloudflare Pages build step? And if so how to specify the database name at the end of the command dynamically based on a .env or some bindingwrangler dev is local by default, so you aren’t seeing the local development changes reflected in your “global” D1 databaseSELECT *, it lists all columns from your schema, so it may not be selecting new columns if it hasn't been generated again.Maximum SQL statement length 100,000 bytes (100 KB)
Maximum bound parameters per query 100
Maximum arguments per SQL function 32wrangler d1 migrations applySELECT *