Skip to content

Commit

Permalink
Deprecate collectionDescription.Schema
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewSisley committed Oct 6, 2023
1 parent bd561e0 commit f578d13
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client/descriptions.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ type CollectionDescription struct {
ID uint32

// Schema contains the data type information that this Collection uses.
//
// This property is deprecated and should not be used.
Schema SchemaDescription

// Indexes contains the secondary indexes that this Collection has.
Expand Down

0 comments on commit f578d13

Please sign in to comment.