feat: add file move and trash retention
This commit is contained in:
5
migrations/003_trash_retention.down.sql
Normal file
5
migrations/003_trash_retention.down.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
DROP INDEX IF EXISTS files_nodes_purge_after_idx;
|
||||
|
||||
ALTER TABLE files_nodes
|
||||
DROP COLUMN IF EXISTS purge_after,
|
||||
DROP COLUMN IF EXISTS trashed_at;
|
||||
Reference in New Issue
Block a user