Skip to content

Commit d42fd0e

Browse files
committed
change on conflict decider on ingesting relations
1 parent 675e974 commit d42fd0e

File tree

1 file changed

+1
-1
lines changed
  • services/libs/data-access-layer/src/activities

1 file changed

+1
-1
lines changed

services/libs/data-access-layer/src/activities/sql.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1632,7 +1632,7 @@ export async function createOrUpdateRelations(
16321632
now(),
16331633
now()
16341634
)
1635-
ON CONFLICT ("activityId", "memberId")
1635+
ON CONFLICT ("activityId")
16361636
DO UPDATE
16371637
SET
16381638
"updatedAt" = EXCLUDED."updatedAt",

0 commit comments

Comments
 (0)