Built motion from commit 1038d87.|0.0.141
[motion.git] / server / models / chat_room.js
index 38725f4..6c48356 100644 (file)
@@ -1,8 +1,4 @@
-/**
- * Chat Website Model
- */
-
-var crypto = require('crypto');
+'use strict';
 
 module.exports = function(sequelize, DataTypes) {
 
@@ -46,7 +42,9 @@ module.exports = function(sequelize, DataTypes) {
                disposition: {
                        type: DataTypes.STRING
                },
-               openReason: DataTypes.STRING
+               openReason: DataTypes.STRING,
+               contact: DataTypes.STRING,
+               website: DataTypes.STRING
        }, {
                tableName: 'chat_rooms',
                associate: function(models) {