Open-Assistant
Open-Assistant copied to clipboard
Add row-versioning to backend tables
Add simple version counting to the backend tables task, text_labels, message & message_tree_state.
@melvinebenezer
will take this up
Since this seems not to be possible with SQLModel currently I propose that we use REPEATABLE READ isolation model and later implement a retry logic for our transactions.
implemented via #710