Filter data by geolocation now sets hasLocation boolean instead of excluding results
This commit is contained in:
@@ -14,6 +14,7 @@ module.exports = (sequelize, DataTypes) => {
|
||||
notified : DataTypes.BOOLEAN,
|
||||
title : DataTypes.STRING,
|
||||
request: DataTypes.STRING,
|
||||
hasLocation: DataTypes.BOOLEAN,
|
||||
|
||||
email: {
|
||||
type: DataTypes.STRING,
|
||||
|
||||
Reference in New Issue
Block a user