0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-04 10:39:43 +08:00
discourse/migrations/core
David Battersby c676dc3232
MT: Sync migrations schema config with recent core schema changes (#42202)
Core migrations added the `user_visit_daily_rollups` and
`category_activity_daily_rollups` tables plus new columns, but the
migrations porting tooling was never regenerated. The pull requests for
those additions didn't touch anything in `migrations/` so the
migration-tests workflow never ran on them.

This change adds the rollup tables to the intermediate DB ignore list
and regenerates the affected schema/model/enum artifacts.
2026-07-31 16:26:05 +02:00
..
bin
config MT: Fix pipe FD leaks, TUI repaint bugs, and shutdown edge cases (#41533) 2026-07-22 09:40:42 +02:00
db MT: Sync migrations schema config with recent core schema changes (#42202) 2026-07-31 16:26:05 +02:00
lib MT: Sync migrations schema config with recent core schema changes (#42202) 2026-07-31 16:26:05 +02:00
spec MT: Add worker results, plan-ahead scheduling and TUI timing fixes 2026-07-22 12:57:27 +02:00
.rspec
Gemfile
migrations-core.gemspec MT: Run conversion steps concurrently and split the heavy ones across cores 2026-07-03 11:48:25 +02:00