You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Statements executed in a single transaction result in two inferred migrations in the pgroll.migrations table with the same timestamp.
Though the use of statement_timestamp it should be possible to have such inferred migrations recorded with different timestamps that reflects their order of execution within the transaction.