This website requires JavaScript.
Explore
Cloud
Chat
CI/CD
Help
Sign in
MirrorHub
/
bitwarden_rs
Watch
0
Star
0
Fork
You've already forked bitwarden_rs
0
mirror of
https://github.com/dani-garcia/vaultwarden
synced
2024-12-17 02:53:44 +01:00
Code
Issues
Releases
Wiki
Activity
6cadb2627a
bitwarden_rs
/
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 12:23:35 +02:00
ALTER
TABLE
ciphers
ADD
COLUMN
`
key
`
TEXT
;
Reference in a new issue
Copy permalink