feat: add historical data management
This commit is contained in:
4
server/migrations/000014_history_anonymization.down.sql
Normal file
4
server/migrations/000014_history_anonymization.down.sql
Normal 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;
|
||||
Reference in New Issue
Block a user