fix: type consistencies

This commit is contained in:
Namekuji 2023-09-25 19:04:30 -04:00
parent 6f5c8a8917
commit d854c749c0
No known key found for this signature in database
GPG key ID: 1D62332C07FBA532

View file

@ -62,7 +62,7 @@ impl Initializer {
pub(crate) async fn setup(
&self,
threads: u32,
skip: i64,
skip: u64,
since: Option<String>,
) -> Result<(), Error> {
println!("Several tables in PostgreSQL are going to be moved to ScyllaDB.");