mirror of
https://github.com/civitai/civitai.git
synced 2026-09-20 22:08:18 +08:00
c681b72c9d
The backfill it existed for ran on 2026-09-04 and the table is now kept current
by the user-activity-rollup cron, so this is a tool with no remaining caller.
Nothing is lost by deleting it. The statements themselves live in the tracked
migration (src/server/clickhouse/migrations/2026-09-04-user-activity-rollup.sql)
along with the measured actuals from the run, and the script is recoverable from
a78e58362e if the table ever has to be rebuilt from scratch.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>