summaryrefslogtreecommitdiff
path: root/backend/app/diesel.toml
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2024-11-17 09:23:28 +0000
committerJoe Carstairs <me@joeac.net>2024-11-17 09:23:28 +0000
commit1ae19eb3315c40e3f9062592c27fa76c11cf626c (patch)
tree09d9ce380795971f4b50e1d4b0ca3c57c9e1db1a /backend/app/diesel.toml
parent1a494937021561595d0fb29e26fb707aef9e55de (diff)
Renames workspace folder
Diffstat (limited to 'backend/app/diesel.toml')
-rw-r--r--backend/app/diesel.toml9
1 files changed, 0 insertions, 9 deletions
diff --git a/backend/app/diesel.toml b/backend/app/diesel.toml
deleted file mode 100644
index a0d61bf..0000000
--- a/backend/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"