Skip to content

Commit

Permalink
diesel init
Browse files Browse the repository at this point in the history
  • Loading branch information
Kriptikz committed Aug 11, 2024
1 parent cea79c7 commit b969b4a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions diesel.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# For documentation on how to configure this file,
# see https://diesel.rs/guides/configuring-diesel-cli

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

[migrations_directory]
dir = "/home/kriptikz/Development/projects/ore-hq-server/migrations"
Empty file added migrations/.keep
Empty file.

0 comments on commit b969b4a

Please sign in to comment.