Track source filename for FuelLog
This commit is contained in:
@@ -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
Reference in New Issue
Block a user