Files
vaultwarden/migrations/mysql/2018-11-27-152651_add_att_key_columns/up.sql
T

4 lines
55 B
SQL

ALTER TABLE attachments
ADD COLUMN
`key` TEXT;