-
Database changes are currently made by hand on the running database (see #206.) Alembic looks like a good choice for managing migrations with SQLAlchemy.
https://alembic.sqlalchemy.org/en/latest/
-
Run 'npx prisma migrate dev' to apply database migrations locally.
-
As a developer, I want to set up a production-ready database for persistent data storage.
-
### Welcome!
- [X] Yes, I have searched for similar issues on [GitHub](https://github.com/EvolutionAPI/evolution-api/issues) and found none.
### What did you do?
Ao rodar o comando docker-compose u…
-
Use Flyway for managing database schema migrations. Create initial migration scripts.
-
When the entity config doesn't include `OwnsMany` the error does not occur. his can be toggled with `INCLUDE_ACCOUNT_HOLDERS`: remove `INCLUDE_ACCOUNT_HOLDERS` as a compile-time constant from Domain …
-
Is there plan to have database migrations in this great tool?
It can either be inbuilt or integrate with a tool like [Flyway](https://github.com/flyway/flyway).
-
Can i use goose as a alternative tool to https://github.com/github/gh-ost? will goose ever support online database migrations?
-
-
In PR #464, we added a new column `description` to Projects, which broke tests of previous database migrations ([here](https://github.com/getodk/central-backend/blob/15419b41cf84bb5a49465d3d422b4a146c…