1
0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2024-11-11 13:32:38 +01:00
Vaultwarden/migrations/mysql/2018-11-27-152651_add_att_key_columns/up.sql
2019-05-26 23:03:05 +02:00

4 lines
55 B
SQL

ALTER TABLE attachments
ADD COLUMN
`key` TEXT;