fix(tests): use local sqlite for tests and adapt test after jwt library update

This commit is contained in:
2026-09-04 23:23:35 +04:00
parent 50a580b07c
commit 384149ae38
11 changed files with 127 additions and 245 deletions
+3
View File
@@ -3,6 +3,9 @@ name = "database"
version = "0.1.0"
edition = "2024"
[features]
sqlite = ["sea-orm/sqlx-sqlite", "migration/sqlite"]
[dependencies]
migration = { path = "migration" }
entity = { path = "entity" }