This commit is contained in:
2026-09-19 21:34:06 +02:00
parent 8d48b1617b
commit 8297111060
8 changed files with 97 additions and 23 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ async-std = { version = "1", features = ["attributes", "tokio1"] }
uuid = { version = "1", features = ["v5"] }
[dependencies.sea-orm-migration]
version = "2.0.2"
version = "2.0.3"
features = [
# Enable at least one `ASYNC_RUNTIME` and `DATABASE_DRIVER` feature if you want to run migration via CLI.
# View the list of supported features at https://www.sea-ql.org/SeaORM/docs/install-and-config/database-and-async-runtime.