This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
vaultwarden
Watch
1
Star
0
Fork
You've already forked vaultwarden
0
mirror of
https://github.com/dani-garcia/vaultwarden.git
synced
2026-05-15 08:36:53 -04:00
Code
Issues
Releases
Packages
Wiki
Activity
revert-7033-patch-1
vaultwarden
/
migrations
/
mysql
/
2023-10-21-221242_add_cipher_key
/
up.sql
2 lines
43 B
MySQL
Raw
Permalink
Normal View
History
Unescape
Escape
Fix issue with MariaDB/MySQL migrations (#3994) 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
2023-10-23 12:23:35 +02:00
ALTER
TABLE
ciphers
ADD
COLUMN
`
key
`
TEXT
;
Reference in a new issue
Copy permalink