Implement cipher key encryption (#3990)

This commit is contained in:
Daniel García
2023-10-23 00:18:14 +02:00
committed by GitHub
parent 6eaf131922
commit cb4b683dcd
12 changed files with 29 additions and 1 deletions

View File

@ -0,0 +1,2 @@
ALTER TABLE ciphers
ADD COLUMN "key" TEXT;