diff --git a/docs/database_migration.md b/docs/database_migration.md index 9538aab..5ad5954 100644 --- a/docs/database_migration.md +++ b/docs/database_migration.md @@ -106,7 +106,4 @@ Modify your `database_url` in `lldap_config.toml` (or `LLDAP_DATABASE_URL` in th to point to your new database (the same value used when generating schema). Restart LLDAP and check the logs to ensure there were no errors. -### More details/examples can be seen in the CI process [here](https://raw.githubusercontent.com/nitnelave/lldap/main/.github/workflows/docker-build-static.yml) -* Postgres L308-327 -* Mariadb L328-348 -* MySQL L349-367 \ No newline at end of file +#### More details/examples can be seen in the CI process [here](https://raw.githubusercontent.com/nitnelave/lldap/main/.github/workflows/docker-build-static.yml), look for the job `lldap-database-migration-test`