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
Versioned, append-only migration runner (advisory-locked, transaction-wrapped) so schema changes apply automatically on startup rather than relying on CREATE TABLE IF NOT EXISTS alone.
Versioned, append-only migration runner (advisory-locked, transaction-wrapped) so schema changes apply automatically on startup rather than relying on
CREATE TABLE IF NOT EXISTSalone.Implemented by finos#1581.