-
It should be possible for a Mastodon database to be migrated to a GoToSocial one, since the underlying models are not really dissimilar (the GtS database model is based loosely on the Mastodon one aft…
-
- **Draft Title:** Simplifying databases migrations with Drizzle ORM | Nextjs edition
- **Length:** (5 min lightning talk, or 10-20 min full presentation) Full length
- **Links:** (slides, article, …
-
Some system to migrate database changes and changes to models without deleting all data and rebuilding the DB
-> Alembic? https://alembic.sqlalchemy.org/en/latest/
-
Obviously a luxury-end feature request, but it'd be really handy!
At the moment, if a data type (eg users) is moved from static files to the database, and then the blueprint is updated (eg to add a…
-
Nice job, great project
I have used Laravel framework and its database access layer is pretty much like Squash, But it has a migration tool built in to it, Which I haven't seen in any JVM based la…
-
### ⚠️ Please verify that this question has NOT been raised before.
- [X] I checked and didn't find similar issue
### 🛡️ Security Policy
- [X] I agree to have read this project [Security Poli…
-
-
The database migrations are not conform the code, by example the verification token column is not existing in the token table
-
**Is your feature request related to a problem? Please describe.**
When updating definitions for objects such as views or functions, a new migration is required, which means we have to duplicate the …
-
Set up azure web app environment for the flask application
Migrate local flask application to Web App
Set up azure database on the cloud
Migrate SQLite database to azure db
Make sure everythi…