From f3ed5b3cc51863cf1250de69e568b0df420aed30 Mon Sep 17 00:00:00 2001 From: enxtur Date: Fri, 1 Nov 2024 01:16:48 +0800 Subject: [PATCH] HPC-9737: Add `isRegion` to `location` model --- src/db/models/location.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/db/models/location.ts b/src/db/models/location.ts index e339da9a..846f176d 100644 --- a/src/db/models/location.ts +++ b/src/db/models/location.ts @@ -28,6 +28,7 @@ export default defineIDModel({ }, nonNullWithDefault: { itosSync: { kind: 'checked', type: t.boolean }, + isRegion: { kind: 'checked', type: t.boolean }, }, optional: { externalId: { kind: 'checked', type: t.string },