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
__drizzle_migrations
table to somehow clean the migration history, but even that table is non-existent. Does anyone have an idea? Thanks in advance.