Skip to content

Commit

Permalink
HPC-9737: Add isRegion to location model
Browse files Browse the repository at this point in the history
  • Loading branch information
enxtur committed Nov 11, 2024
1 parent 7b31aff commit f3ed5b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/db/models/location.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 },
Expand Down

0 comments on commit f3ed5b3

Please sign in to comment.