test(gpodder_sqlite): start device tests

This commit is contained in:
Jef Roosens 2025-03-19 15:00:00 +01:00
parent 22016fe0e9
commit 73988d6264
Signed by: Jef Roosens
GPG key ID: 21FD3D77D56BAF49
6 changed files with 51 additions and 7 deletions

View file

@ -2,7 +2,7 @@
# see https://diesel.rs/guides/configuring-diesel-cli
[print_schema]
file = "src/db/schema.rs"
file = "src/schema.rs"
custom_type_derives = ["diesel::query_builder::QueryId", "Clone"]
sqlite_integer_primary_key_is_bigint = true