From 7531585ccd3f2cd0e5bec29ea1b626bcfdcc61b2 Mon Sep 17 00:00:00 2001 From: mcarlson Date: Tue, 11 May 2021 22:55:19 +0300 Subject: [PATCH] Fixes #5599 - add jsonb field type mapping for postgres (#5611) --- api/src/utils/get-local-type.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/api/src/utils/get-local-type.ts b/api/src/utils/get-local-type.ts index e2d90d7229..d494260c16 100644 --- a/api/src/utils/get-local-type.ts +++ b/api/src/utils/get-local-type.ts @@ -59,6 +59,7 @@ const localTypeMap: Record