chekov icon indicating copy to clipboard operation
chekov copied to clipboard

Update SQL and struct to use u64 on stream_version

Open Freyskeyd opened this issue 1 year ago • 0 comments

In order to avoid unwanted behaviour we need to switch from i64 to u64. Leaving i64 convertion to sqlx and using TryFrom macro

Freyskeyd avatar Mar 12 '23 14:03 Freyskeyd