Browse Source

fix: disable formula column

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
sync
Raju Udava 3 years ago
parent
commit
ee0c81c404
  1. 2
      packages/nocodb/tests/sync/sync.js

2
packages/nocodb/tests/sync/sync.js

@ -262,7 +262,7 @@ function tablesPrepare(tblSchema) {
}
// not supported datatype
// if (['formula'].includes(col.type)) continue;
if (['formula'].includes(col.type)) continue;
// base column schema
// kludge: error observed in Nc with space around column-name

Loading…
Cancel
Save