-
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/
-
* drink er veldig spesifikt
* vi kan sikkert med fordel finner et mer beskrivende navn i konteksten det er brukt. tror vi har brukt menu_item mye internt
* forslag: rename til menu_item, eller bare…
-
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…
-
alright so the ../migrations are dumb and stupid and broken rn because i didn't know how databases worked and added things at will without using migrations lmao! so we need to figure out how to reset …
-
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?