0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-01-07 01:00:08 -05:00
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-26 16:02:41 -05:00
key TEXT;