You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's been some time, so I guess I've forgotten what I've written; probably have to add some documentation regarding this. Anyway, looks like like the owner can only be updated for 'root' entities - accounts, transactions and loans. For all other entities it's only possible to set it during creation (though I'm not sure if that should even be possible). Since the access is inherited from root entities, it can be modified via those.
Describe the bug
None of the
Update.sql
queries actually set theonwer_id
column, so it's not possible to update the owner.To Reproduce
Steps to reproduce the behavior:
owner_id = @OwnerId
to anyUpdate.sql
fileExpected behavior
The owner is updated as any other column
The text was updated successfully, but these errors were encountered: