0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-01-07 01:00:08 -05:00
vaultwarden/migrations/2018-11-27-152651_add_att_key_columns/up.sql

3 lines
No EOL
52 B
SQL

ALTER TABLE attachments
ADD COLUMN
key TEXT;