Built motion from commit 82438f7.|0.0.115
[motion.git] / server / models / voice_recording.js
index 14d1463..22c22db 100644 (file)
@@ -4,8 +4,7 @@ var moment = require('moment');
 module.exports = function(sequelize, DataTypes) {
   var VoiceRecording = sequelize.define('VoiceRecording', {
     uniqueid: {
-      type: DataTypes.STRING,
-      primaryKey: true
+      type: DataTypes.STRING
     },
     channel: {
       type: DataTypes.STRING,