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

@@ -36,7 +36,7 @@ async-std = { version = "1.8.0", features = [
] }
# core
authifier = { version = "1.0.13" }
authifier = { version = "1.0.15" }
revolt-result = { path = "../core/result" }
revolt-models = { path = "../core/models" }
revolt-config = { path = "../core/config" }