mirror of
https://github.com/discourse/discourse.git
synced 2026-08-05 19:53:47 +08:00
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. |
||
|---|---|---|
| .. | ||
| badge_groupings.rb | ||
| badges.rb | ||
| categories.rb | ||
| category_custom_fields.rb | ||
| category_moderation_groups.rb | ||
| category_users.rb | ||
| embed_emojis.rb | ||
| embed_events.rb | ||
| embed_hashtags.rb | ||
| embed_links.rb | ||
| embed_mentions.rb | ||
| embed_polls.rb | ||
| embed_quotes.rb | ||
| embed_uploads.rb | ||
| group_users.rb | ||
| groups.rb | ||
| log_entries.rb | ||
| muted_users.rb | ||
| permalink_normalizations.rb | ||
| site_settings.rb | ||
| tag_group_memberships.rb | ||
| tag_group_permissions.rb | ||
| tag_groups.rb | ||
| tag_synonyms.rb | ||
| tag_users.rb | ||
| tags.rb | ||
| topic_allowed_groups.rb | ||
| topic_allowed_users.rb | ||
| topic_tags.rb | ||
| topic_users.rb | ||
| topics.rb | ||
| uploads.rb | ||
| user_associated_accounts.rb | ||
| user_custom_fields.rb | ||
| user_emails.rb | ||
| user_field_options.rb | ||
| user_field_values.rb | ||
| user_fields.rb | ||
| user_options.rb | ||
| user_suspensions.rb | ||
| users.rb | ||