Track source filename for FuelLog

This commit is contained in:
2015-09-26 23:00:02 -04:00
parent a6ea6df177
commit a2368f5e69
4 changed files with 7 additions and 1 deletions
@@ -20,6 +20,7 @@ namespace MileageTraker.Web.Migrations
MPG = c.Double(nullable: false),
GasPurchased = c.Double(nullable: false),
TotalPrice = c.Decimal(nullable: false, precision: 18, scale: 2),
SourceFilename = c.String(),
Log_LogId = c.Int(),
})
.PrimaryKey(t => t.FuelLogId)
File diff suppressed because one or more lines are too long