discourse/migrations/config
Alan Guo Xiang Tan e890f6bae4
DEV: Add upcoming_change_events to excluded tables in migrations (#37319)
What is the problem?

The `migrations/bin/cli schema generate --db=intermediate_db` command
fails with the error "Tables not configured or excluded:
upcoming_change_events". The `upcoming_change_events` table was added
in commit 8124ecab97 but was not added to the migrations schema
configuration.

What is the solution?

Add `upcoming_change_events` to the `global.tables.exclude` list in
`migrations/config/intermediate_db.yml`. This table is an internal
system table for tracking admin feature notifications and is not
relevant for data migrations between Discourse instances.
2026-01-27 14:13:55 +08:00
..
json_schemas DEV: Add ability to generate enums for IntermediateDB 2025-10-01 15:25:28 +02:00
locales DEV: Add support for converting and importing site settings 2025-10-31 11:21:40 +01:00
importer.yml DEV: Add support for converting and importing site settings 2025-10-31 11:21:40 +01:00
intermediate_db.yml DEV: Add upcoming_change_events to excluded tables in migrations (#37319) 2026-01-27 14:13:55 +08:00
upload.yml.sample DEV: Refactor uploads_importer script (#29292) 2024-10-31 13:31:12 +00:00