Don't add breaking changes

This commit is contained in:
Adria Navarro 2024-12-17 11:30:26 +01:00
parent c398412e00
commit 95f7eeacce
1 changed files with 1 additions and 1 deletions

View File

@ -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)
}
}