mirror of
https://github.com/lldap/lldap.git
synced 2026-04-26 00:36:01 +03:00
[PR #605] [MERGED] scripts: don't export the default attribute schemas #846
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#846
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/605
Author: @nitnelave
Created: 6/15/2023
Status: ✅ Merged
Merged: 6/15/2023
Merged by: @nitnelave
Base:
main← Head:postgres_script📝 Commits (1)
3c39f99scripts: don't export the default attribute schemas📊 Changes
3 files changed (+28 additions, -19 deletions)
View changed files
📝
.github/workflows/docker-build-static.yml(+14 -12)📝
docs/database_migration.md(+7 -6)📝
scripts/sqlite_dump_commands.sh(+7 -1)📄 Description
This would lead to duplicates in the schema, they are generated when upgrading the DB to version 5.
It also means that if you somehow change the default attributes (make them hidden/readonly/a list) the changes won't be ported over. The edge case should be rare enough, though.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.