Skip to content

Commit

Permalink
FIXUP - correctly generate entity with Postgres Enum field
Browse files Browse the repository at this point in the history
  • Loading branch information
billy1624 committed Oct 26, 2022
1 parent a786dfd commit b64969f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sea-orm-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ clap = { version = "^3.2", features = ["env", "derive"] }
dotenvy = { version = "^0.15", optional = true }
async-std = { version = "^1.9", features = [ "attributes", "tokio1" ], optional = true }
sea-orm-codegen = { version = "^0.10.0", path = "../sea-orm-codegen", optional = true }
sea-schema = { version = "^0.10.1" }
sea-schema = { version = "^0.10.1", git = "https://github.com/SeaQL/sea-schema", branch = "fix-parsing-user-define-type" }
sqlx = { version = "^0.6", default-features = false, features = [ "mysql", "postgres" ], optional = true }
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
tracing = { version = "0.1" }
Expand Down

0 comments on commit b64969f

Please sign in to comment.