Skip to content

Fix migration error in sent_notifications migration

Stan Hu requested to merge sh-fix-issue-438231 into master

What does this MR do and why?

!132928 (merged) introduced a migration to re-do a column swap for the sent_notifications migration, but this appears to fail on a clean install when the id column is already a bigint and the temp column was never present.

Relates to #438231 (closed)

Edited by Stan Hu

Merge request reports