mirror of
https://github.com/ppy/osu
synced 2024-12-27 01:12:45 +00:00
Bring database snapshot in line with specs
This commit is contained in:
parent
489bf16bea
commit
3404b09010
@ -43,7 +43,7 @@ namespace osu.Game.Migrations
|
||||
b.Property<int>("ID")
|
||||
.ValueGeneratedOnAdd();
|
||||
|
||||
b.Property<int>("AudioLeadIn");
|
||||
b.Property<double>("AudioLeadIn");
|
||||
|
||||
b.Property<double>("BPM");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user