Skip to content

Commit

Permalink
Corrected indexable property types in schema
Browse files Browse the repository at this point in the history
  • Loading branch information
papafe committed Mar 6, 2024
1 parent 89fadaf commit a2c5f02
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Realm/Realm/Schema/Property.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ public readonly struct Property
PropertyType.ObjectId,
PropertyType.Guid,
PropertyType.Date,
PropertyType.RealmValue
};

internal static readonly HashSet<PropertyType> PrimaryKeyTypes = new()
Expand Down

0 comments on commit a2c5f02

Please sign in to comment.