discourse/db
Ted Johansson 920aa2dfce
FIX: Prevent field type migration from poisoning AR cache (#27549)
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.
2024-06-20 16:24:48 +08:00
..
fixtures FIX: move something else flag to the bottom (#27366) 2024-06-06 15:45:30 +10:00
migrate FIX: Prevent field type migration from poisoning AR cache (#27549) 2024-06-20 16:24:48 +08:00
post_migrate FIX: Prevent field type migration from poisoning AR cache (#27549) 2024-06-20 16:24:48 +08:00
api_test_seeds.rb DEV: Apply syntax_tree formatting to db/* 2023-01-09 11:59:41 +00:00