summaryrefslogtreecommitdiff
path: root/rust/app/diesel.toml
diff options
context:
space:
mode:
Diffstat (limited to 'rust/app/diesel.toml')
-rw-r--r--rust/app/diesel.toml9
1 files changed, 0 insertions, 9 deletions
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"