I\'m writing a function that\'s responsible for updating account balance. In order to prevent concurrent updates, I\'m first using with_for_update() to grab a l
with_for_update()