1
0
Fork 0
vaultwarden-test/migrations/2018-11-27-152651_add_att_key_columns/up.sql

3 Zeilen
52 B
SQL

ALTER TABLE attachments
ADD COLUMN
key TEXT;