Skip to content

migration: Make squash deterministic

Administrator requested to merge ef/deterministic-squash into main

Created by: efritz

#35831 is currently blocked because multiple squashes give different timestamps in a single column of the out of band migrations table.

This PR makes the timestamps deterministic. Left a docs note on the new format, fixed the existing copyable paths, and dropped the default to discourage the use of NOW.

Test plan

CI should catch any breaking issues.

Merge request reports

Loading