Filter data by geolocation now sets hasLocation boolean instead of excluding results

This commit is contained in:
Nedim Uka
2019-07-10 15:21:46 +02:00
parent 5829de64e0
commit 33f9e37d93
5 changed files with 64 additions and 20 deletions

View File

@@ -14,6 +14,7 @@ module.exports = (sequelize, DataTypes) => {
notified : DataTypes.BOOLEAN,
title : DataTypes.STRING,
request: DataTypes.STRING,
hasLocation: DataTypes.BOOLEAN,
email: {
type: DataTypes.STRING,