Add thread id to message model

This commit is contained in:
Annie 2016-07-12 16:26:57 -07:00
parent 9d7343eb91
commit 83a6a8008b

View file

@ -109,6 +109,7 @@ module.exports = (sequelize, Sequelize) => {
unread: this.unread,
starred: this.starred,
folder: this.folder,
thread_id: this.threadId,
};
},
},