From 10f071447594f2bdcec84a461df9ad648f71f44b Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Sun, 17 Nov 2024 09:29:32 +0000 Subject: Renames app to 'schist' --- rust/app/diesel.toml | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 rust/app/diesel.toml (limited to 'rust/app/diesel.toml') diff --git a/rust/app/diesel.toml b/rust/app/diesel.toml deleted file mode 100644 index a0d61bf..0000000 --- a/rust/app/diesel.toml +++ /dev/null @@ -1,9 +0,0 @@ -# For documentation on how to configure this file, -# see https://diesel.rs/guides/configuring-diesel-cli - -[print_schema] -file = "src/schema.rs" -custom_type_derives = ["diesel::query_builder::QueryId", "Clone"] - -[migrations_directory] -dir = "migrations" -- cgit v1.2.3