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

3 lines
52 B
SQL

ALTER TABLE attachments
ADD COLUMN
key TEXT;