Use "josh-codes/sea-query"

This commit is contained in:
Billy Chan 2021-11-16 12:04:06 +08:00
parent 2b87a8ba32
commit 31fae07bc1
No known key found for this signature in database
GPG Key ID: A2D690CAC7DF3CC7

View File

@ -30,7 +30,7 @@ futures-util = { version = "^0.3" }
log = { version = "^0.4", optional = true }
rust_decimal = { version = "^1", optional = true }
sea-orm-macros = { version = "^0.3.1", path = "sea-orm-macros", optional = true }
sea-query = { version = "^0.18.0", git = "https://github.com/SeaQL/sea-query.git", features = ["thread-safe"] }
sea-query = { version = "^0.18.0", git = "https://github.com/josh-codes/sea-query.git", branch = "sea-query-change-type-into-table-ref", features = ["thread-safe"] }
sea-strum = { version = "^0.21", features = ["derive", "sea-orm"] }
serde = { version = "^1.0", features = ["derive"] }
serde_json = { version = "^1", optional = true }