Initial support for soft deletes

This commit is contained in:
Daniel García
2020-04-17 22:35:27 +02:00
parent 5a390a973f
commit e3b00b59a7
11 changed files with 126 additions and 25 deletions

View File

@ -0,0 +1,3 @@
ALTER TABLE ciphers
ADD COLUMN
deleted_at DATETIME;