mirror of
https://github.com/lldap/lldap.git
synced 2026-04-25 08:15:52 +03:00
[PR #484] [MERGED] Create schema command #773
Labels
No labels
backend
blocked
bug
cleanup
dependencies
docker
documentation
duplicate
enhancement
enhancement
frontend
github_actions
good first issue
help wanted
help wanted
integration
invalid
ldap
pull-request
question
rust
rust
tests
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/lldap-lldap#773
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:feature/create-schema📝 Commits (9)
f95b799Create schema commandd483adeFeedback updates5ee036dMerge branch 'main' into feature/create-schemae5bf0cecargo fmtd1c8945review feedback7c2d147Merge branch 'main' into feature/create-schemaf474307Merge branch 'main' into feature/create-schema1bd21edMerge branch 'main' into feature/create-schema2c4b576Remove 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.