aboutsummaryrefslogtreecommitdiffstats
path: root/crates
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--crates/yt/src/storage/db/get/txn_log.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/yt/src/storage/db/get/txn_log.rs b/crates/yt/src/storage/db/get/txn_log.rs
index 1a6df2c..8e3e950 100644
--- a/crates/yt/src/storage/db/get/txn_log.rs
+++ b/crates/yt/src/storage/db/get/txn_log.rs
@@ -23,7 +23,7 @@ impl<O: Committable> TxnLog<O> {
"
SELECT *
FROM txn_log
- ORDER BY timestamp ASC;
+ ORDER BY ROWID ASC;
"
)
.fetch_all(&app.database)