mirror of
https://github.com/ppy/osu.git
synced 2024-12-16 02:22:59 +08:00
Merge pull request #3027 from peppy/remove-migration-notice
Remove migration log output
This commit is contained in:
commit
eeb6bdef93
@ -8,7 +8,6 @@ namespace osu.Game.Migrations
|
|||||||
protected override void Up(MigrationBuilder migrationBuilder)
|
protected override void Up(MigrationBuilder migrationBuilder)
|
||||||
{
|
{
|
||||||
migrationBuilder.Sql("DELETE FROM KeyBinding WHERE RulesetID = 1");
|
migrationBuilder.Sql("DELETE FROM KeyBinding WHERE RulesetID = 1");
|
||||||
Logger.Log("osu!taiko bindings have been reset due to new defaults", LoggingTarget.Runtime, LogLevel.Important);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
protected override void Down(MigrationBuilder migrationBuilder)
|
protected override void Down(MigrationBuilder migrationBuilder)
|
||||||
|
Loading…
Reference in New Issue
Block a user