Update chat schema: add 'info' field

This commit is contained in:
Mateus Etto
2018-04-25 21:28:02 +09:00
parent 03b66abe70
commit f09274225a
+1
View File
@@ -5,6 +5,7 @@ const schema = new mongoose.Schema({
timestamp: Date,
user: String,
text: String,
info: {type: mongoose.Schema.Types.Mixed},
contributor: {type: mongoose.Schema.Types.Mixed},
backer: {type: mongoose.Schema.Types.Mixed},
uuid: String,