Skip to content

Commit 76dd9f8

Browse files
hongkongkiwiclaude
andcommitted
Remove unused option-cockroachdb-use-identity feature flag
The option-cockroachdb-use-identity feature was defined but never used. CockroachDB already requires GENERATED BY DEFAULT AS IDENTITY columns, which is the default behavior of PostgresQueryBuilder when option-postgres-use-serial is not enabled. Cleanup: removed from both sea-query and sea-orm Cargo.toml files. Co-Authored-By: Claude <[email protected]>
1 parent d28b516 commit 76dd9f8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,6 @@ cockroachdb = [
152152
"sqlx-postgres",
153153
"sea-query/backend-cockroach",
154154
]
155-
cockroachdb-use-identity-pk = ["sea-query/option-cockroachdb-use-identity"]
156155
schema-sync = ["sea-schema"]
157156
sea-orm-internal = []
158157
seaography = ["sea-orm-macros/seaography"]

0 commit comments

Comments
 (0)