mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-07-16 08:54:01 -05:00
[PR #3994] [MERGED] Fix issue with MariaDB/MySQL migrations #20201
Reference in New Issue
Block a user
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/dani-garcia/vaultwarden/pull/3994
Author: @BlackDex
Created: 10/23/2023
Status: ✅ Merged
Merged: 10/23/2023
Merged by: @BlackDex
Base:
main← Head:fix-3993📝 Commits (1)
eda21fbFix 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.