Add database update

This commit is contained in:
2013-02-28 21:02:46 -05:00
parent 848cb57777
commit 4b9d7010d5
6 changed files with 111 additions and 0 deletions
+2
View File
@@ -28,6 +28,8 @@ namespace MileageTraker.Web.Models
[StringLength(64, MinimumLength = 3, ErrorMessage = "Minimum 3 characters")]
public string CityName { get; set; }
public virtual PurposeType Purpose { get; set; }
[Required]
public virtual User User { get; set; }