Skip to content

Commit

Permalink
fix: schema is now saved in the correct place
Browse files Browse the repository at this point in the history
  • Loading branch information
djpiper28 committed Mar 2, 2024
1 parent 665ea2e commit c486a62
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion diesel.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# see https://diesel.rs/guides/configuring-diesel-cli

[print_schema]
file = "src/schema.rs"
file = "backend/src/schema.rs"
custom_type_derives = ["diesel::query_builder::QueryId"]

[migrations_directory]
Expand Down

0 comments on commit c486a62

Please sign in to comment.