fix: type consistencies
This commit is contained in:
parent
6f5c8a8917
commit
d854c749c0
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ impl Initializer {
|
||||||
pub(crate) async fn setup(
|
pub(crate) async fn setup(
|
||||||
&self,
|
&self,
|
||||||
threads: u32,
|
threads: u32,
|
||||||
skip: i64,
|
skip: u64,
|
||||||
since: Option<String>,
|
since: Option<String>,
|
||||||
) -> Result<(), Error> {
|
) -> Result<(), Error> {
|
||||||
println!("Several tables in PostgreSQL are going to be moved to ScyllaDB.");
|
println!("Several tables in PostgreSQL are going to be moved to ScyllaDB.");
|
||||||
|
|
Loading…
Reference in a new issue