Antennas basic endpoints (#4)

Co-authored-by: Felipe Diniello <felipediniello@pm.me>
Reviewed-on: #4
This commit was merged in pull request #4.
This commit is contained in:
2023-07-23 18:53:49 +02:00
parent 990e8955e4
commit c529335eac
16 changed files with 241 additions and 14 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"