Moving to migrate after push, missing migrations table
During development I made extensive use of drizzle kit's
I added a column to a table today, saved the migration, and then went to run
push command. The problem is that once I went live this worked fine until I need to do my first migration. I added a column to a table today, saved the migration, and then went to run
migrate – but because I never officially migrated my first migration, my migrate command fails. Is there anything I can do to get my migrations back in sync? Such as manually creating the migration logs table? Or specificying from which migration migrate should run?