mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Bring database snapshot in line with specs
This commit is contained in:
@ -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");
|
||||
|
||||
|
Reference in New Issue
Block a user