1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-06-13 22:30:08 +00:00
vaultwarden/migrations/postgresql/2023-10-21-221242_add_cipher_key/up.sql
2023-10-23 00:18:14 +02:00

2 lines
43 B
SQL

ALTER TABLE ciphers
ADD COLUMN "key" TEXT;