From af7a8b8b95477aa35025549efd414225bf4f8e16 Mon Sep 17 00:00:00 2001 From: Claude Lin & Lay Date: Tue, 28 Apr 2026 23:33:09 +0900 Subject: [PATCH] chore: force redeploy to flush D1 binding cache after migration 0003 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Workers Builds の現行 isolate が migration 0003 (DROP + CREATE search_docs_code_fts) 前の prepared statement state を保持していて、production の FTS5 upsert が console 側で healthy にも かかわらず SQLITE_CORRUPT_VTAB を返し続けている。空 commit で fresh deploy を強制し isolate state を回す。 Refs #135