When key from `sequenceableKeys` is updated sequence is not updated. Example: ``` protected static $sequenceableKeys = [ 'task_list_id', ]; ``` If `$this->task_list_id` is updated `position` field should be updated as well.