add new bool for showing up on other overlays

main
Ayush Mukherjee 4 years ago
parent 4d89438955
commit 8a18c12909

@ -22,6 +22,10 @@ const matches = new Schema({
ref: 'Rosters',
required: true,
},
current: {
type: Boolean,
default: false,
},
started: {
type: Boolean,
required: true,

Loading…
Cancel
Save