From 45562bfb88cecb7baec3d73a3ea560b23cd522fd Mon Sep 17 00:00:00 2001 From: dullbananas Date: Mon, 27 May 2024 21:03:28 -0700 Subject: [PATCH] rerun ci --- crates/db_schema/src/schema_setup/diff_check.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/db_schema/src/schema_setup/diff_check.rs b/crates/db_schema/src/schema_setup/diff_check.rs index 04ebbb5c5..603e96f50 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!!!! +// the `--snapshot` flag. Don't waste your time!!!!! pub fn get_dump() -> String { let db_url = SETTINGS.get_database_url();