feat: started db cli tool; switched to i64 ids

This commit is contained in:
Jef Roosens 2025-02-23 17:06:26 +01:00
parent b343fbccea
commit 1f4b0c35c5
Signed by: Jef Roosens
GPG key ID: 21FD3D77D56BAF49
10 changed files with 86 additions and 29 deletions

View file

@ -4,6 +4,7 @@
[print_schema]
file = "src/db/schema.rs"
custom_type_derives = ["diesel::query_builder::QueryId", "Clone"]
sqlite_integer_primary_key_is_bigint = true
[migrations_directory]
dir = "migrations"