Skip to content

Commit

Permalink
Merge pull request #322 from Egraveline/feature/add-blob-enum
Browse files Browse the repository at this point in the history
data-type: Add missing blob enum
  • Loading branch information
dirkkul authored Nov 11, 2024
2 parents 09f75ca + 858435d commit 27da107
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ public interface DataType {
String PHONE_NUMBER = "phoneNumber";
String UUID = "uuid";
String OBJECT = "object";
String BLOB = "blob";

/**
* As of Weaviate v1.19 'string[]' is deprecated and replaced by 'text[]'.<br>
Expand Down

0 comments on commit 27da107

Please sign in to comment.