mirror of
https://github.com/discourse/discourse.git
synced 2025-03-07 13:15:30 +08:00

Ignored columns can only be dropped when its associated post-deploy migration has been promoted to a regular migration. This is so because Discourse doesn't rely on a schema file system to setup a brand new database and thus the column information will be loaded by the application first before the post-deploy migration runs.