mirror of
https://github.com/discourse/discourse.git
synced 2025-02-06 03:18:23 +00:00
920aa2dfce
We previously migrated field_type from a string to an integer backed enum. Part of this involved renaming a column in a post migration, swapping out field_type:string for field_type:integer. This borks the ActiveRecord cache since the application is already running. Rebooting fixes it, but we want to avoid having this happen in the first place.