mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 06:57:39 +08: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