aboutsummaryrefslogtreecommitdiff
path: root/diesel.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-05-17 10:21:51 +0000
committerFuwn <[email protected]>2021-05-17 10:21:51 +0000
commite5d63599d00b0a5161615395e02a976bd87dadff (patch)
treeb20205aaa0bbcf68bf67847bbcb613b68babf0ec /diesel.toml
parentstyle(global): cargo formatting (diff)
downloadwhirl-e5d63599d00b0a5161615395e02a976bd87dadff.tar.xz
whirl-e5d63599d00b0a5161615395e02a976bd87dadff.zip
fix(db): diesel schema path
Also reverts the formatting from the previous commit.
Diffstat (limited to 'diesel.toml')
-rw-r--r--diesel.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/diesel.toml b/diesel.toml
index 71215db..70dc6af 100644
--- a/diesel.toml
+++ b/diesel.toml
@@ -2,4 +2,4 @@
# see diesel.rs/guides/configuring-diesel-cli
[print_schema]
-file = "src/db/schema.rs"
+file = "whirl_core/src/db/schema.rs"