-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(db): string lists inserted into the databse are sorted (#2090)
## Features: The following columns have lists of strings which are now sorted: * `environments.applications` * `releases.environments` * `all_environments.json` The column `all_apps.json` was already being previously sorted. ## Tests: 4 new test cases were added for each of the tables testing that string lists are ordered when inserted. The `all_apps` table had no write and read test suite so a new one was created with the corresponding test case. Ref: SRX-FEUSCN
- Loading branch information
1 parent
a56e5f7
commit ca221a2
Showing
2 changed files
with
113 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters