bitwarden_rs/migrations/sqlite/2018-11-27-152651_add_att_k.../up.sql

3 lines
52 B
SQL

ALTER TABLE attachments
ADD COLUMN
key TEXT;