Fix issue with MariaDB/MySQL migrations #1394

Closed
opened 2026-04-06 01:53:03 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @BlackDex on 10/23/2023

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

*Originally created by @BlackDex on 10/23/2023* 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
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/vaultwarden#1394