summaryrefslogtreecommitdiff
path: root/schist_backend/diesel.toml
diff options
context:
space:
mode:
authorJoe Carstairs <jcarstairs@scottlogic.com>2025-08-13 17:42:42 +0100
committerJoe Carstairs <jcarstairs@scottlogic.com>2025-08-13 17:43:23 +0100
commit6495038aba28c332050768cecf062418a25d5a96 (patch)
tree97debc923ef76051ad669a432b128265a3975173 /schist_backend/diesel.toml
parentee3cd780e21260257b401c3f5cbababd9e27a15a (diff)
remove schist_backend
Diffstat (limited to 'schist_backend/diesel.toml')
-rw-r--r--schist_backend/diesel.toml9
1 files changed, 0 insertions, 9 deletions
diff --git a/schist_backend/diesel.toml b/schist_backend/diesel.toml
deleted file mode 100644
index a0d61bf..0000000
--- a/schist_backend/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"