Skip to content

Commit d940948

Browse files
committed
samples: Add index
1 parent 3ae660c commit d940948

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/Basic/Models/User.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
namespace Basic.Models
44
{
5-
[Index(nameof(Created))]
5+
[Index(nameof(Created), nameof(Id))]
66
public class User
77
{
88
public int Id { get; set; }

0 commit comments

Comments
 (0)