0
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden synced 2024-06-11 00:19:02 +02:00
bitwarden_rs/migrations/postgresql/2020-04-09-235005_add_cipher_delete_date/up.sql
2020-04-17 22:35:27 +02:00

4 lines
61 B
SQL

ALTER TABLE ciphers
ADD COLUMN
deleted_at TIMESTAMP;