[PR #484] [MERGED] Create schema command #773

Closed
opened 2026-02-27 09:09:41 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/lldap/lldap/pull/484
Author: @pixelrazor
Created: 3/20/2023
Status: Merged
Merged: 3/21/2023
Merged by: @nitnelave

Base: mainHead: feature/create-schema


📝 Commits (9)

  • f95b799 Create schema command
  • d483ade Feedback updates
  • 5ee036d Merge branch 'main' into feature/create-schema
  • e5bf0ce cargo fmt
  • d1c8945 review feedback
  • 7c2d147 Merge branch 'main' into feature/create-schema
  • f474307 Merge branch 'main' into feature/create-schema
  • 1bd21ed Merge branch 'main' into feature/create-schema
  • 2c4b576 Remove outdated note.

📊 Changes

4 files changed (+102 additions, -24 deletions)

View changed files

📝 docs/database_migration.md (+58 -24)
📝 server/src/infra/cli.rs (+7 -0)
📝 server/src/infra/configuration.rs (+4 -0)
📝 server/src/main.rs (+33 -0)

📄 Description

New command to test a dataabase url and ensure the schema exists and is up to date. Update migration docs to include usage of this command


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/lldap/lldap/pull/484 **Author:** [@pixelrazor](https://github.com/pixelrazor) **Created:** 3/20/2023 **Status:** ✅ Merged **Merged:** 3/21/2023 **Merged by:** [@nitnelave](https://github.com/nitnelave) **Base:** `main` ← **Head:** `feature/create-schema` --- ### 📝 Commits (9) - [`f95b799`](https://github.com/lldap/lldap/commit/f95b79983c0ed43caec35854491f8b0fabcfb0b6) Create schema command - [`d483ade`](https://github.com/lldap/lldap/commit/d483adea95e3475e51fcf6c4c2a69ba1c1574c64) Feedback updates - [`5ee036d`](https://github.com/lldap/lldap/commit/5ee036d82d8fa6de0e4498b528a3b3d9e165e950) Merge branch 'main' into feature/create-schema - [`e5bf0ce`](https://github.com/lldap/lldap/commit/e5bf0cecdd5720b79afcefa2680d6ef0dcbc9a4d) cargo fmt - [`d1c8945`](https://github.com/lldap/lldap/commit/d1c8945b6e2ce57307f5f2bdca7898f04cf826d2) review feedback - [`7c2d147`](https://github.com/lldap/lldap/commit/7c2d14739f087517a5892f7172b90c53fc3452bd) Merge branch 'main' into feature/create-schema - [`f474307`](https://github.com/lldap/lldap/commit/f474307ea5c32b4c084653ff8395748e151ec2bc) Merge branch 'main' into feature/create-schema - [`1bd21ed`](https://github.com/lldap/lldap/commit/1bd21ed538d22e2820efc439466d89c887106e2d) Merge branch 'main' into feature/create-schema - [`2c4b576`](https://github.com/lldap/lldap/commit/2c4b57613bc8b0b9aa3542cd04a15677d5563f1b) Remove outdated note. ### 📊 Changes **4 files changed** (+102 additions, -24 deletions) <details> <summary>View changed files</summary> 📝 `docs/database_migration.md` (+58 -24) 📝 `server/src/infra/cli.rs` (+7 -0) 📝 `server/src/infra/configuration.rs` (+4 -0) 📝 `server/src/main.rs` (+33 -0) </details> ### 📄 Description New command to test a dataabase url and ensure the schema exists and is up to date. Update migration docs to include usage of this command --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 09:09:41 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/lldap-lldap#773
No description provided.