Skip to content

Commit

Permalink
Added missing entity entry
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Cavanagh committed Jul 14, 2022
1 parent 7133ff5 commit 6d06630
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,4 +96,10 @@ export default class InstanceMetagameTerritoryEntity {
@ApiProperty({description: 'Enabled features / data for this instance'})
@Column(() => InstanceFeaturesEmbed)
features: InstanceFeaturesEmbed;

@ApiProperty({example: '1.0', description: 'The map\'s version, which enables us to provide different map layouts and tiles for historical alerts'})
@Column({
type: 'string',
})
mapVersion: string;
}

0 comments on commit 6d06630

Please sign in to comment.