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
INTEGER type is 4 bytes in PG, 8 bytes in CRDB. We've changed all columns using INTEGER -> INT4 but haven't updated the enqueue_workflow PL/pgSQL function
INTEGER type is 4 bytes in PG, 8 bytes in CRDB. We've changed all columns using INTEGER -> INT4 but haven't updated the enqueue_workflow PL/pgSQL function