qol: formatting
This commit is contained in:
@@ -7,10 +7,10 @@ namespace Disco.Models.Repository
|
||||
{
|
||||
[Key, Column(Order = 0)]
|
||||
public string UserId { get; set; }
|
||||
|
||||
|
||||
[Column(Order = 1), Key, StringLength(100)]
|
||||
public string Scope { get; set; }
|
||||
|
||||
|
||||
[Key, Column(Order = 2), StringLength(100)]
|
||||
public string Key { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user