Built motion from commit 7afcba0.|0.0.74
[motion.git] / server / models / chat_room.js
index 6826bab..29b4c72 100644 (file)
@@ -13,7 +13,7 @@ module.exports = function(sequelize, DataTypes) {
                        unique: 'token'
                },
                status: {
-                       type: DataTypes.ENUM('OPEN', 'CLOSED'),
+                       type: DataTypes.ENUM('OPEN', 'CLOSED', 'ABANDON'),
                        defaultValue: 'OPEN'
                },
                rating: DataTypes.ENUM('good', 'bad'),