only first db migration runs
thought I'd repost here in case someone else is experiencing this https://github.com/drizzle-team/drizzle-orm/issues/1017
GitHub
only first migration runs · Issue #1017 · drizzle-team/drizzle-orm
debugging step by step, I found the comparison here: drizzle-orm/drizzle-orm/src/pg-core/dialect.ts Line 65 in 5b01a4f || Number(lastDbMigration.created_at) < migration.folderMillis stops workin...
8 Replies
What driver are you using?
aws-data-api pg
drizzle-orm version 0.27.2
it is a known bug
https://discord.com/channels/1043890932593987624/1139224815610384475
any workarounds? or a way I can help?
for dev i used to run my migrations manually on RDS
sst console
one suggested to drop your drizzle version
.
i've nt tried it but might work for youthanks, which version worked for you?
oh thanks this is def a duplicate of that, thanks 👍
fixed on last version ❤️