mirror of
https://github.com/ppy/osu.git
synced 2024-12-15 23:23:04 +08:00
Fix stray typo
This commit is contained in:
parent
6ebe54b183
commit
77c0b8dfa9
@ -6,7 +6,7 @@ namespace osu.Game.Migrations
|
|||||||
{
|
{
|
||||||
protected override void Up(MigrationBuilder migrationBuilder)
|
protected override void Up(MigrationBuilder migrationBuilder)
|
||||||
{
|
{
|
||||||
// There was a change that baetmaps were being loaded with "-1" online IDs, which is completely incorrect.
|
// There was a change that beatmaps were being loaded with "-1" online IDs, which is completely incorrect.
|
||||||
// This ensures there will not be unique key conflicts as a result of these incorrectly imported beatmaps.
|
// This ensures there will not be unique key conflicts as a result of these incorrectly imported beatmaps.
|
||||||
migrationBuilder.Sql("UPDATE BeatmapSetInfo SET OnlineBeatmapSetID = null WHERE OnlineBeatmapSetID <= 0");
|
migrationBuilder.Sql("UPDATE BeatmapSetInfo SET OnlineBeatmapSetID = null WHERE OnlineBeatmapSetID <= 0");
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user