Files
zpan/migrations/0062_remove-audit-event-category.sql
T
saltbo e55ee53496 refactor(stats): unify audit and fact pipelines
Centralize request audit recording, preserve immutable download-task history, and derive hourly statistics and backfills from the same authoritative sources. Add durable user registration facts so admin deletion no longer destroys signup history.
2026-07-21 23:02:52 -04:00

2 lines
122 B
SQL

DROP INDEX `audit_events_category_created_idx`;--> statement-breakpoint
ALTER TABLE `audit_events` DROP COLUMN `category`;