"The driver you are using does not support the new state management."
- Dominant language
- JavaScript
- Stars
- 68
- Forks
- 50
- PR merge metrics
- No merged PRs in 30d
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!](https://www.bountysource.com/issues/95977766-the-driver-you-are-using-does-not-support-the-new-state-management?utm_campaign=plugin&utm_content=tracker%2F14258523&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F14258523&utm_medium=issues&utm_source=github).
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.