, so in this case its for daily records against a shop. I'm now introducing another model which will be for a location for a shop daily, so I'll need to do something like
on: ['shop', 'date', 'location]
on: ['shop', 'date', 'location]
Is it acceptable to do more than 2 fields in an upsert? Or is there a proper way to handle this?