[PR #3994] [MERGED] Fix issue with MariaDB/MySQL migrations #32390

Closed
opened 2026-06-20 19:14:31 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dani-garcia/vaultwarden/pull/3994
Author: @BlackDex
Created: 10/23/2023
Status: Merged
Merged: 10/23/2023
Merged by: @BlackDex

Base: mainHead: fix-3993


📝 Commits (1)

  • eda21fb Fix issue with MariaDB/MySQL migrations

📊 Changes

1 file changed (+2 additions, -2 deletions)

View changed files

📝 migrations/mysql/2023-10-21-221242_add_cipher_key/up.sql (+2 -2)

📄 Description

MariaDB/MySQL doesn't like the normal " quotes around the column name. This needs to be a backtick `.

This PR changes the migration script to fix this issue.

Fixes #3993


🔄 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/dani-garcia/vaultwarden/pull/3994 **Author:** [@BlackDex](https://github.com/BlackDex) **Created:** 10/23/2023 **Status:** ✅ Merged **Merged:** 10/23/2023 **Merged by:** [@BlackDex](https://github.com/BlackDex) **Base:** `main` ← **Head:** `fix-3993` --- ### 📝 Commits (1) - [`eda21fb`](https://github.com/dani-garcia/vaultwarden/commit/eda21fb9be640b99fc9d71aa7f1d94990248709c) Fix issue with MariaDB/MySQL migrations ### 📊 Changes **1 file changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `migrations/mysql/2023-10-21-221242_add_cipher_key/up.sql` (+2 -2) </details> ### 📄 Description MariaDB/MySQL doesn't like the normal `"` quotes around the column name. This needs to be a backtick **`**. This PR changes the migration script to fix this issue. Fixes #3993 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-06-20 19:14:31 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vaultwarden#32390