-
The next version of diffengine will require some database modifications for existing installs. peewee supports [migrations](http://docs.peewee-orm.com/en/latest/peewee/playhouse.html#schema-migrations…
-
Database migrations are missing. Data is inconsistent when schemas are updated.
-
We need to make sure we have the capability to migrate the live db.
- [ ] Research Mongo migration strategies
- [ ] Implement any changes required (if any)
- [ ] document steps required to mig…
-
Database Setup
As a developer, I want to have a structured database so that product data is organized and easily accessible.
Acceptance Criteria:
- Database schema includes tables for…
-
Me and @johan-bjareholt have had some discussion about this since it's something we'd need if we want to change the database schema between versions once we have real users.
I looked around for mi…
-
-
The database migrations are not conform the code, by example the verification token column is not existing in the token table
-
Hi,
In an existing app i'm updating to version 1.0.0 and it's sooo confusing. I notice that you now recommend a separate database for queue tables. This is fine but the documentation for updating…
-
I've been working on spinning up a new rails server and for some some reason when I go to update the gem rbis with `bin/tapioca gems` I get an error when solid cable is being used for development.
`…
-
### Version
1.27.0
### What happened?
I'm using goose for migrations and sqlc to generate queries and models. I have a migration that updates multiple column names. When I run `sqlc generate` it on…