Migrate SQL Durable Object
Hey, I've been trying to run some migrations inside a Durable Object SQL storage, but for some reason the changes are never applied. I followed every steps in this guide, the migration only adds a new column to a table, nothing crazy. I also tried to delete the
__drizzle_migrations table to somehow clean the migration history, but even that table is non-existent. Does anyone have an idea? Thanks in advance."drizzle-orm": "^0.44.2""wrangler": "^4.14.4""drizzle-kit": "^0.31.1"Drizzle ORM is a lightweight and performant TypeScript ORM with developer experience in mind.