We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 637a221 commit e82da17Copy full SHA for e82da17
1 file changed
packages/cipherstash-proxy-integration/src/ore_order_helpers.rs
@@ -30,8 +30,8 @@ impl SortDirection {
30
pub async fn ore_order_text(client: &tokio_postgres::Client) {
31
let values = [
32
"aardvark",
33
- "apparatus",
34
"aplomb",
+ "apparatus",
35
"chimera",
36
"chrysalis",
37
"chrysanthemum",
@@ -60,8 +60,8 @@ pub async fn ore_order_text(client: &tokio_postgres::Client) {
60
pub async fn ore_order_text_desc(client: &tokio_postgres::Client) {
61
62
63
64
65
66
67
0 commit comments