Skip to content

Commit

Permalink
Added IsUnique to Index attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
TechLiam committed Apr 21, 2021
1 parent b9e7c0b commit d86f1d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions PackDB.Core/Indexing/IndexAttribute.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ namespace PackDB.Core
[ExcludeFromCodeCoverage]
public class IndexAttribute : Attribute
{
public bool IsUnique { get; set; }
}
}

0 comments on commit d86f1d4

Please sign in to comment.