feat: Add migration scripts for agents and public key revocations

This commit is contained in:
GW_MC
2026-03-21 03:09:22 +00:00
parent 3800e38463
commit 9640f03d69
4 changed files with 129 additions and 1 deletions

View File

@@ -14,3 +14,4 @@ async-std = { version = "1", features = ["attributes", "tokio1"] }
[dependencies.sea-orm-migration]
version = "2.0.0-rc"
features = ["runtime-tokio-rustls", "sqlx-postgres"]