Browse Source

Merge pull request #3638 from nocodb/fix/atbl-number-as-decimal

fix: Import Airtable to SQL Databases - fix number as a decimal
pull/3701/head
navi 2 years ago committed by GitHub
parent
commit
2be0c91924
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      packages/nocodb/src/lib/meta/api/sync/helpers/job.ts

2
packages/nocodb/src/lib/meta/api/sync/helpers/job.ts

@ -198,7 +198,7 @@ export default async (
multiCollaborator: UITypes.Collaborator,
date: UITypes.Date,
phone: UITypes.PhoneNumber,
number: UITypes.Number,
number: UITypes.Decimal,
rating: UITypes.Rating,
formula: UITypes.Formula,
rollup: UITypes.Rollup,

Loading…
Cancel
Save