mirror of
https://github.com/discourse/discourse.git
synced 2025-02-05 19:11:13 +00:00
0b947b6aab
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.