Skip to content

Fix rebase commit SHA migration name

Sean McGivern requested to merge fix-ce-migration-timestamp into master

This migration already existed in EE with the same name but a different timestamp. As we'd already merged this to master, changing the timestamp might have meant the migration ran twice anyway, so just rename it for CE and make it a no-op if the other one already ran on this database.

Merge request reports