Built motion from commit 7afcba0.|0.0.74
[motion.git] / server / models / voice_chanspy.js
similarity index 95%
rename from server/models/chanspy.js
rename to server/models/voice_chanspy.js
index 39b47de..5b48734 100644 (file)
@@ -20,7 +20,7 @@ module.exports = function(sequelize, DataTypes) {
     password: DataTypes.STRING,
     description: DataTypes.STRING
   }, {
-    tableName: 'chanspy',
+    tableName: 'voice_chanspy',
     associate: function(models) {
       ChanSpy.hasMany(models.VoiceExtension, {
         as: 'SpiedAgents',