-
-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rework migrations between differerent databases #601
Conversation
…dicated `migrate()` in `database.rs` instead
The following migrations have been tested and are working now:
|
The migrations are working fine. At the current stage, Rauthy will always create (and need) a Postgres connection, even when using Hiqlite. |
This is a follow-up issue for the migration to Hiqlite.
It will take care of the migrations between different databases. The whole
MIGRATE_DB_FROM
will be reworked internally to make it less error prone and work withHiqlite
.