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