mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Update migrations in line with hash change
This commit is contained in:
@ -317,9 +317,9 @@ namespace osu.Game.Migrations
|
||||
|
||||
b.Property<bool>("DeletePending");
|
||||
|
||||
b.Property<double>("Health");
|
||||
b.Property<string>("Hash");
|
||||
|
||||
b.Property<string>("MD5Hash");
|
||||
b.Property<double>("Health");
|
||||
|
||||
b.Property<int>("MaxCombo");
|
||||
|
||||
|
Reference in New Issue
Block a user