fix for retention logic

This commit is contained in:
onysd 2026-09-03 05:00:42 +03:00
parent 70c0ba44f0
commit e6bfe2d444
35 changed files with 2108 additions and 132 deletions

View file

@ -0,0 +1,3 @@
DROP INDEX IF EXISTS public.documents_category_created_at_idx;
ALTER TABLE public.documents
DROP COLUMN IF EXISTS category;