aboutsummaryrefslogtreecommitdiff
path: root/diesel.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-05-17 10:21:51 -0700
committerFuwn <[email protected]>2021-05-17 10:21:51 -0700
commitb96293e0c14e00940c89552ab45c17ca42c3d148 (patch)
tree4317a63bd06a47a54094efdd584ec20e0be7e1eb /diesel.toml
parentstyle(global): cargo formatting (diff)
downloadwhirl-b96293e0c14e00940c89552ab45c17ca42c3d148.tar.xz
whirl-b96293e0c14e00940c89552ab45c17ca42c3d148.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"