Files
knet/migrations/tracking/000003_cleanup_ignored_tracking_events.down.sql
Jurajk 86b98e8c16
Some checks failed
Build and Push Docker Image / build-and-push (push) Has been cancelled
clean up stats
2025-12-20 21:58:52 +01:00

6 lines
204 B
SQL

-- This migration is irreversible as we're deleting historical data
-- If needed, you would need to restore from a backup
-- No-op down migration since we can't restore deleted tracking events
SELECT 1;