X-Git-Url: http://repos.xcallymotion.com/?a=blobdiff_plain;f=server%2Fmodels%2Fcm_list.js;h=38efb5bb96497af297d3a58567c853fe0733b445;hb=17143d22d02311c1ea51406fd71d21af759712e8;hp=ced8d79f90200ca7dd0a78255ec5504f0319d366;hpb=01ba20ce84161b0e932ee0c48188fff4d2209c37;p=motion.git diff --git a/server/models/cm_list.js b/server/models/cm_list.js index ced8d79..38efb5b 100644 --- a/server/models/cm_list.js +++ b/server/models/cm_list.js @@ -13,7 +13,8 @@ module.exports = function(sequelize, DataTypes) { defaultEntry: { type: DataTypes.BOOLEAN, defaultValue: false - } + }, + variables: DataTypes.STRING }, { tableName: 'cm_lists', associate: function(models) {