Include Antenna model diesel macros

This commit is contained in:
2023-06-19 18:42:56 +02:00
parent 990e8955e4
commit 01a291f738
11 changed files with 129 additions and 3 deletions

9
kairo-common/diesel.toml Normal file
View File

@@ -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"]
[migrations_directory]
dir = "migrations"