Expose sea-orm feature flags in sea-orm-migration (#1775)
Some features of the sea-query language are unavailable in migrations with the default feature flags, so we need to be able to enable them in sea-orm-migration
This commit is contained in:
parent
2335fe9d35
commit
b14a88f7ae
@ -45,3 +45,9 @@ runtime-tokio-native-tls = ["sea-orm/runtime-tokio-native-tls"]
|
||||
runtime-actix-rustls = ["sea-orm/runtime-actix-rustls"]
|
||||
runtime-async-std-rustls = ["sea-orm/runtime-async-std-rustls"]
|
||||
runtime-tokio-rustls = ["sea-orm/runtime-tokio-rustls"]
|
||||
with-json = ["sea-orm/with-json"]
|
||||
with-chrono = ["sea-orm/with-chrono"]
|
||||
with-rust_decimal = ["sea-orm/with-rust_decimal"]
|
||||
with-bigdecimal = ["sea-orm/with-bigdecimal"]
|
||||
with-uuid = ["sea-orm/with-uuid"]
|
||||
with-time = ["sea-orm/with-time"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user