Don't add breaking changes
This commit is contained in:
parent
c398412e00
commit
95f7eeacce
|
@ -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)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue