feat: add historical data management

This commit is contained in:
wangxuming
2026-07-22 10:18:49 +08:00
parent 66951b4dc3
commit c6044d972c
23 changed files with 3389 additions and 12 deletions

View File

@@ -0,0 +1,4 @@
DROP INDEX IF EXISTS queue_tickets_history_anonymized_idx;
ALTER TABLE queue_tickets
DROP COLUMN IF EXISTS history_anonymized_at;