-
-
Notifications
You must be signed in to change notification settings - Fork 50
Description
Hello,
I'm running an application that uses db-migrate-pg@0.3.1, which has db-migrate-base@1.5.3 as a dependency.
Our compilation process for local devleopment runs two migrations: one set of base migrations to build our PostgreSQL schema, and another set of migrations under the scope dev to add some seed data to the database.
Before today, our migrations ran fine. However, we're now seeing the following message in our logs:
[WARN] The driver you are using does not support the new state management. Please raise an issue in the repository of your driver maintainer
Our data now fails to seed because the dev-scoped migration is running our base migrations a second time. Because the migrations already ran in the past, the second run fails and never gets to the seed migrations further down the line.
We did not update any packages. Is there something I am missing? I can provide additional data if requested.
Thanks!
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.