This website requires JavaScript.
Explore
Help
Sign In
vaultwarden
/
vaultwarden-alternativa-bitwarden
mirror of
https://github.com/dani-garcia/vaultwarden.git
Watch
1
Star
0
Fork
You've already forked vaultwarden-alternativa-bitwarden
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
main
vaultwarden-alternativa-bit...
/
migrations
/
mysql
/
2023-10-21-221242_add_ciphe...
/
up.sql
3 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
;