diff options
| author | Fuwn <[email protected]> | 2021-05-17 10:21:51 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-05-17 10:21:51 -0700 |
| commit | b96293e0c14e00940c89552ab45c17ca42c3d148 (patch) | |
| tree | 4317a63bd06a47a54094efdd584ec20e0be7e1eb /diesel.toml | |
| parent | style(global): cargo formatting (diff) | |
| download | whirl-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.toml | 2 |
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" |