0
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden synced 2024-09-25 03:48:54 +02:00
bitwarden_rs/migrations/2018-11-27-152651_add_att_key_columns/up.sql

3 lines
52 B
MySQL
Raw Normal View History

ALTER TABLE attachments
ADD COLUMN
key TEXT;