Add index to Action column

Is used for default assignment
This commit is contained in:
Dean Herbert 2017-08-15 23:59:06 +09:00
parent 4da76cd98e
commit 3bee36f6a2
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ public string KeysString
private set { KeyCombination = value; }
}
[Indexed]
[Column("Action")]
public new int Action
{