Skip to content

Commit

Permalink
Added Clone to the default value of custom_type_derives in diesel.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
yagince committed Dec 26, 2023
1 parent ca3ba76 commit d35f91e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion diesel_cli/src/default_files/diesel.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

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

[migrations_directory]
dir = "migrations"

0 comments on commit d35f91e

Please sign in to comment.