diff --git a/crates/db_schema/src/schema_setup/diff_check.rs b/crates/db_schema/src/schema_setup/diff_check.rs index b6e1e3dfb..a30c0c0c2 100644 --- a/crates/db_schema/src/schema_setup/diff_check.rs +++ b/crates/db_schema/src/schema_setup/diff_check.rs @@ -6,7 +6,7 @@ use std::{ }; // It's not possible to call `export_snapshot()` for each dump and run the dumps in parallel with the -// `--snapshot` flag. Don't waste your time!!! +// `--snapshot` flag. Don't waste your time!!!! pub fn get_dump() -> String { let output = Command::new("pg_dump")