This website requires JavaScript.
Explore
Help
Register
Sign In
octoleo
/
vaultwarden
Watch
1
Star
0
Fork
0
You've already forked vaultwarden
mirror of
https://github.com/dani-garcia/vaultwarden.git
synced
2024-11-16 02:07:08 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
ecb31c85d6
vaultwarden
/
migrations
/
mysql
/
2023-10-21-221242_add_cipher_key
/
up.sql
3 lines
43 B
MySQL
Raw
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 10:23:35 +00:00
ALTER
TABLE
ciphers
ADD
COLUMN
`
key
`
TEXT
;
Reference in New Issue
Copy Permalink