From 0d76c693832f9fd62b3fb7dd64b69b91a80f9a3e Mon Sep 17 00:00:00 2001 From: Dedy Martadinata S Date: Tue, 28 Mar 2023 18:43:42 +0700 Subject: [PATCH] Update database_migration.md --- docs/database_migration.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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`