I’m seeing something a bit odd (`2.6.0-dev.44`) wh...
# prisma-migrate
t
I’m seeing something a bit odd (
2.6.0-dev.44
) when running migrations. I can run my initial migration and see the
_Migration
table get correctly populated with the appropriate info. I then change my schema, generate and run a second migration. The migration run successfully, the database is updated as expected, all the commandline output is 🚀 , but now my
_Migration
table is empy. I would expect to see two entries, but I’m seeing zero. Has anyone else seen this happen? Should I submit a bug report?
j
This is weird indeed 🤔 Ping @tom
Thanks @Tim Leslie So it would be helpful if you could open an issue here actually
t
Thank @Joël, I’ll open an issue for this today 👍
👍 1