There is a column that was added in the latest version ADD [IdOriginalReversed] AS REVERSE([IdOriginal]); https://github.com/SQLStreamStore/SQLStreamStore/blob/c55d9db469ea00ee3cb44dd2efac46041061eef9/src/SqlStreamStore.MsSql/ScriptsV3/Migration_v3.sql#L23 but it's not clear how it is used. What is the purpose of IdOriginalReversed column?
There is a column that was added in the latest version
ADD [IdOriginalReversed] AS REVERSE([IdOriginal]);
SQLStreamStore/src/SqlStreamStore.MsSql/ScriptsV3/Migration_v3.sql
Line 23 in c55d9db
but it's not clear how it is used.
What is the purpose of IdOriginalReversed column?