After upgrading to 1.0 migration runs all migrations again?
🛠️drizzle kitdrizzle orm
It seems it's because the old timestamp saved for migrations was in milliseconds, whereas the new format is in seconds (which it gets from the directory names).
Is this an issue with drizzle-kit? What's the best fix to go forward?