Built motion from commit 645879c.|0.0.82
[motion.git] / server / models / dashboard.js
index b47660b..254f702 100644 (file)
@@ -5,6 +5,7 @@ module.exports = function(sequelize, DataTypes) {
   var Dashboard = sequelize.define('Dashboard', {
     name: {
       type: DataTypes.STRING,
+      unique: true
     },
     description: {
       type: DataTypes.STRING,