Browse Source

fix: exclude qrcode and barcode while checking removed column(update in missing place)

qrcode and barcode are just virtual column which pointing to another column

Signed-off-by: Pranav C <pranavxc@gmail.com>
pull/6780/head
Pranav C 11 months ago
parent
commit
b00235bca1
  1. 2
      packages/nocodb/src/services/meta-diffs.service.ts

2
packages/nocodb/src/services/meta-diffs.service.ts

@ -272,6 +272,8 @@ export class MetaDiffsService {
UITypes.Rollup,
UITypes.Lookup,
UITypes.Formula,
UITypes.QrCode,
UITypes.Barcode,
].includes(column.uidt)
) {
if (isLinksOrLTAR(column.uidt)) {

Loading…
Cancel
Save