Point them to the same directory with `—persist-to`
Point them to the same directory with
—persist-to—persist-to--local instead of persist-to for migrations I get :white_check_mark: No migrations to apply!wrangler 3.78.0--persist-to flag and the --local flag. I imagined --persist-to would imply local because I didn't think it was possible to direct persistence to a path remotely?c.env.DB object from outside the handle function of an endpointnpm:sqlite-vec?✘ [ERROR] Implications failed:
persist-to -> local--local--localpersist-to:white_check_mark: No migrations to apply!wrangler 3.78.0--persist-to--persist-toc.env.DBhandlenpm:sqlite-vecexport class SampleEndpoint extends OpenAPIRoute {
async handle(c) {
const stmt = await c.env.DB.prepare(...);
}
}