Tim Leslie
08/28/2020, 1:22 AM2.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?Joël
Joël
Tim Leslie
08/30/2020, 10:42 PM