fix: authifier should not use transactions for migrations

This commit is contained in:
izzy
2025-05-14 11:40:07 +01:00
parent 5362e84730
commit 4f13f5899b
6 changed files with 11 additions and 10 deletions

View File

@@ -28,7 +28,7 @@ tokio = "1.39.2"
async-trait = "0.1.81"
ulid = "1.0.0"
authifier = "1.0.10"
authifier = "1.0.15"
log = "0.4.11"
pretty_env_logger = "0.4.0"