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

3 lines
52 B
MySQL
Raw Normal View History

ALTER TABLE attachments
ADD COLUMN
2019-05-27 00:02:41 +03:00
key TEXT;