#insertTaskRunInserts() and #insertPayloadInserts() gained a required clickhouse param — callers on main still send 2 args
The org-scoped-clickhouse branch added a required first parameter (clickhouse) to both #insertTaskRunInserts() and #insertPayloadInserts() in apps/webapp/app/services/runsReplicationService.server.ts. Callers on other active branches still call them with 2 args instead of 3.
Might already be on your radar — just flagging in case it isn't.
Found while testing Rosentic, a cross-branch compatibility checker.
#insertTaskRunInserts()and#insertPayloadInserts()gained a requiredclickhouseparam — callers on main still send 2 argsThe
org-scoped-clickhousebranch added a required first parameter (clickhouse) to both#insertTaskRunInserts()and#insertPayloadInserts()inapps/webapp/app/services/runsReplicationService.server.ts. Callers on other active branches still call them with 2 args instead of 3.Might already be on your radar — just flagging in case it isn't.
Found while testing Rosentic, a cross-branch compatibility checker.