Improvement in Subs and FireMap Union
This commit is contained in:
parent
497724443f
commit
1742cd4913
19 changed files with 390 additions and 299 deletions
|
|
@ -42,7 +42,8 @@ Subscriptions.schema = new SimpleSchema({
|
|||
'location.lat': Number,
|
||||
'location.lon': Number,
|
||||
distance: Number,
|
||||
owner: String
|
||||
owner: String,
|
||||
type: String
|
||||
});
|
||||
|
||||
Subscriptions.attachSchema(Subscriptions.schema);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue