6 lines
204 B
SQL
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;
|