discourse/plugins/discourse-rewind/db
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
..
migrate FIX: Correct column operation order in Rewind migration (#37016) 2026-01-08 18:08:40 +00:00
post_migrate DEV: Rename discourse_rewind_disabled column to discourse_rewind_enabled (#36961) 2026-01-08 11:16:03 +01:00
.gitkeep