migration: Make squash deterministic
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.