Skip to content

Commit

Permalink
Don't add breaking changes
Browse files Browse the repository at this point in the history
  • Loading branch information
adrinr committed Dec 17, 2024
1 parent 95ae29e commit 7f3b73f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/server/src/sdk/app/rows/search/internal/sqs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ async function buildInternalFieldList(
}

if (!isView || !helpers.views.isCalculationView(source)) {
for (const field of ["_id", "_rev", "tableId"]) {
for (const field of PROTECTED_INTERNAL_COLUMNS) {
fieldList.push(field)
}
}
Expand Down

0 comments on commit 7f3b73f

Please sign in to comment.