This commit is contained in:
David Arranz 2019-09-18 18:01:18 +02:00
parent f012750287
commit 5af8f32000

View File

@ -192,7 +192,7 @@ module.exports = function (sequelize, DataTypes) {
model: sequelize.models.EventType,
as: 'type',
attributes: ['name', 'title'],
},
},
{
association: 'location',
attributes: ['country', 'city'],