Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Maintain Pre-Sorted Lists of File Versions In AgentFileVersions API From The Agent #581

Closed
naphelps opened this issue Apr 18, 2022 · 0 comments
Assignees
Labels

Comments

@naphelps
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants