[Bug] Postgres migrations are broken on 0.23.10

Re-running the same postgres migration twice just throws an error that a particular table already exists. It looks like its always trying to deploy the first migration instead of using drizzle migrations table to reference and compare hashes
Screen_Shot_2023-04-10_at_5.30.41_PM.png
Was this page helpful?