Skip to content

Commit

Permalink
trigger ci
Browse files Browse the repository at this point in the history
  • Loading branch information
javitonino committed Nov 12, 2024
1 parent bfdf67c commit 8c06ffe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nidx/src/metadata.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ impl NidxMetadata {
self.pool.begin().await
}

/// Used by binding to insert in seq order (we don't have NATS to keep sequence)
/// Used by nidx_binding to insert in seq order (we don't have NATS to keep sequence)
pub async fn max_seq(&self) -> sqlx::Result<i64> {
let seqs = sqlx::query_scalar!(
r#"SELECT COALESCE(MAX(seq), 1) AS "seq!" FROM segments
Expand Down

0 comments on commit 8c06ffe

Please sign in to comment.