discourse/plugins/discourse-rewind/db/migrate
Régis Hanol 186941d184
FIX: Correct column operation order in Rewind migration (#37016)
Reorders the `change_column_null` and `change_column_default` calls to
ensure the NOT NULL constraint is removed before setting the default to
nil.

Follow-up to #37011
Ref - https://meta.discourse.org/t/392939
2026-01-08 18:08:40 +00:00
..
20251207190710_add_discourse_rewind_disabled_to_user_options.rb
20251210065956_add_discourse_rewind_share_publicly_to_user_options.rb FEATURE: Share Rewind reports publicly by default and allow for making them private (#36587) 2025-12-16 09:29:35 +10:00
20251211081539_add_discourse_rewind_dismissed_at_to_user_options.rb
20251216094828_change_discourse_rewind_share_publicly_default_to_false.rb UX: makes rewind private by default (#36717) 2025-12-16 11:07:59 +01:00
20260105171115_rename_discourse_rewind_disabled_to_enabled.rb FIX: Correct column operation order in Rewind migration (#37016) 2026-01-08 18:08:40 +00:00
20260108133149_fix_discourse_rewind_disabled_null_constraint.rb FIX: Remove NOT NULL constraint on deprecated discourse_rewind_disabled column (#37011) 2026-01-08 14:16:09 +00:00