croquiscom/cormo

'upsert' modifies only some values when updating

sixmen opened this issue · 0 comments

e.g) User.where(email: email).upsert created_at: new Date(), updated_at: new Date() needs to update only updated_at when updating.