bitwarden_rs/migrations/2018-11-27-152651_add_att_key_columns/up.sql
2019-05-20 21:12:41 +02:00

4 lines
54 B
SQL

ALTER TABLE attachments
ADD COLUMN
akey TEXT;