I upgraded my sails from rc4 to rc7 today, and the unique constraint on my model stopped working. note that in rc4 it used to work perfectly. and sails-mongo version on both versions i tried is: "sails-mongo": "^0.10.0-rc5"
Model attribute:
emailAddress: {
type: 'email',
required: true,
unique: true
},
any issues?