Built motion from commit 82438f7.|0.0.115
[motion.git] / server / models / chat_room.js
index b065d1d..bb9f3e0 100644 (file)
@@ -23,6 +23,10 @@ module.exports = function(sequelize, DataTypes) {
                        type: DataTypes.INTEGER,
                        unique: 'token'
                },
+               waiting: {
+                       type: DataTypes.BOOLEAN,
+                       defaultValue: false
+               },
                tags: {
                        type: DataTypes.TEXT,
                        get: function() {