Skip to content

Commit

Permalink
Change to i32 for file_size
Browse files Browse the repository at this point in the history
  • Loading branch information
ChillFish8 committed Jun 3, 2021
1 parent 311f089 commit 8c6fe56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backends/cql.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ use crate::traits::{DatabaseLinker, ImageStore};
/// Represents a connection pool session with a round robbin load balancer.
type CurrentSession = Session;

type PagedRow = (Uuid, String, i64, i64);
type PagedRow = (Uuid, String, i64, i32);

#[derive(Clone, Serialize, Deserialize)]
#[serde(tag = "strategy", content = "spec")]
Expand Down

0 comments on commit 8c6fe56

Please sign in to comment.