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

4 lines
54 B
MySQL
Raw Normal View History

ALTER TABLE attachments
ADD COLUMN
2019-05-20 19:12:41 +00:00
akey TEXT;