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
The incoming arrays on the PUT route are broken down into individual records to be stored in the Exchange's database. Once this is done the pre-sorted lists lose their sorting.
Solution:
Add a new column to each version table that maintains the index/element of each version as it was handed to the Exchange.
The text was updated successfully, but these errors were encountered:
Problem:
The incoming arrays on the PUT route are broken down into individual records to be stored in the Exchange's database. Once this is done the pre-sorted lists lose their sorting.
Solution:
Add a new column to each version table that maintains the index/element of each version as it was handed to the Exchange.
The text was updated successfully, but these errors were encountered: