[PR #335] [MERGED] server: Start versioning the DB schema #684

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

📋 Pull Request Information

Original PR: https://github.com/lldap/lldap/pull/335
Author: @nitnelave
Created: 10/17/2022
Status: Merged
Merged: 10/17/2022
Merged by: @nitnelave

Base: mainHead: db_version


📝 Commits (1)

  • f219bc7 server: Start versioning the DB schema

📊 Changes

3 files changed (+361 additions, -273 deletions)

View changed files

📝 server/src/domain/mod.rs (+1 -0)
server/src/domain/sql_migrations.rs (+304 -0)
📝 server/src/domain/sql_tables.rs (+56 -273)

📄 Description

In preparation for #67.


🔄 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/335 **Author:** [@nitnelave](https://github.com/nitnelave) **Created:** 10/17/2022 **Status:** ✅ Merged **Merged:** 10/17/2022 **Merged by:** [@nitnelave](https://github.com/nitnelave) **Base:** `main` ← **Head:** `db_version` --- ### 📝 Commits (1) - [`f219bc7`](https://github.com/lldap/lldap/commit/f219bc7111e61f8b22fb59b67265330b055ac4f1) server: Start versioning the DB schema ### 📊 Changes **3 files changed** (+361 additions, -273 deletions) <details> <summary>View changed files</summary> 📝 `server/src/domain/mod.rs` (+1 -0) ➕ `server/src/domain/sql_migrations.rs` (+304 -0) 📝 `server/src/domain/sql_tables.rs` (+56 -273) </details> ### 📄 Description In preparation for #67. --- <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:22 +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#684
No description provided.