Skip to content

Commit 6e1755f

Browse files
committed
fix missing field issue
1 parent b766cac commit 6e1755f

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1805,6 +1805,7 @@ export async function getActivityRelationsSortedByCreatedAt(
18051805
SELECT
18061806
id,
18071807
"memberId",
1808+
timestamp,
18081809
"createdAt",
18091810
"objectMemberId",
18101811
"organizationId",

0 commit comments

Comments
 (0)