Bring database snapshot in line with specs

This commit is contained in:
Dean Herbert 2020-03-02 18:55:52 +09:00
parent 489bf16bea
commit 3404b09010
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ protected override void BuildModel(ModelBuilder modelBuilder)
b.Property<int>("ID")
.ValueGeneratedOnAdd();
b.Property<int>("AudioLeadIn");
b.Property<double>("AudioLeadIn");
b.Property<double>("BPM");