1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 04:07:25 +08:00
osu-lazer/osu.Game/Migrations
2021-09-12 16:40:52 +02:00
..
20171019041408_InitialCreate.cs Remove custom db additions 2019-09-13 13:43:21 +03:00
20171019041408_InitialCreate.Designer.cs Remove video property from migrations 2019-08-31 15:49:57 +03:00
20171025071459_AddMissingIndexRules.cs Normalize all the line endings 2018-04-13 18:26:38 +09:00
20171025071459_AddMissingIndexRules.Designer.cs Remove video property from migrations 2019-08-31 15:49:57 +03:00
20171119065731_AddBeatmapOnlineIDUniqueConstraint.cs Update framework 2018-07-21 16:21:53 +09:00
20171119065731_AddBeatmapOnlineIDUniqueConstraint.Designer.cs Remove video property from migrations 2019-08-31 15:49:57 +03:00
20171209034410_AddRulesetInfoShortName.cs Update framework 2018-07-21 16:21:53 +09:00
20171209034410_AddRulesetInfoShortName.Designer.cs Remove video property from migrations 2019-08-31 15:49:57 +03:00
20180125143340_Settings.cs Store databased settings based on string keys rather than ints 2019-05-27 01:53:49 +09:00
20180125143340_Settings.Designer.cs Remove video property from migrations 2019-08-31 15:49:57 +03:00
20180131154205_AddMuteBinding.cs Update framework 2018-07-21 16:21:53 +09:00
20180219060912_AddSkins.cs Update framework 2018-07-21 16:21:53 +09:00
20180219060912_AddSkins.Designer.cs Remove video property from migrations 2019-08-31 15:49:57 +03:00
20180529055154_RemoveUniqueHashConstraints.cs Update framework 2018-07-21 16:21:53 +09:00
20180529055154_RemoveUniqueHashConstraints.Designer.cs Remove video property from migrations 2019-08-31 15:49:57 +03:00
20180621044111_UpdateTaikoDefaultBindings.cs Update framework 2018-07-21 16:21:53 +09:00
20180621044111_UpdateTaikoDefaultBindings.Designer.cs Remove video property from migrations 2019-08-31 15:49:57 +03:00
20180628011956_RemoveNegativeSetIDs.cs Address styling issues on CodeFactor 2019-03-14 16:05:54 -07:00
20180628011956_RemoveNegativeSetIDs.Designer.cs Remove video property from migrations 2019-08-31 15:49:57 +03:00
20180913080842_AddRankStatus.cs add status column to BeatmapInfo + BeatmapSetInfo 2018-09-13 10:10:58 +02:00
20180913080842_AddRankStatus.Designer.cs Remove video property from migrations 2019-08-31 15:49:57 +03:00
20181007180454_StandardizePaths.cs Remove custom db additions 2019-09-13 13:43:21 +03:00
20181007180454_StandardizePaths.Designer.cs Remove video property from migrations 2019-08-31 15:49:57 +03:00
20181128100659_AddSkinInfoHash.cs Add hash and missing indices to SkinInfo 2018-11-28 19:15:56 +09:00
20181128100659_AddSkinInfoHash.Designer.cs Remove video property from migrations 2019-08-31 15:49:57 +03:00
20181130113755_AddScoreInfoTables.cs Fix some data types on ScoreInfo 2018-11-30 20:43:38 +09:00
20181130113755_AddScoreInfoTables.Designer.cs Remove video property from migrations 2019-08-31 15:49:57 +03:00
20190225062029_AddUserIDColumn.cs Perform new migration 2019-02-25 15:25:22 +09:00
20190225062029_AddUserIDColumn.Designer.cs Remove video property from migrations 2019-08-31 15:49:57 +03:00
20190525060824_SkinSettings.cs Use manual migration 2019-06-06 13:33:30 +09:00
20190525060824_SkinSettings.Designer.cs Remove video property from migrations 2019-08-31 15:49:57 +03:00
20190605091246_AddDateAddedColumnToBeatmapSet.cs Allow beatmapsets to be sorted by date added 2019-06-05 18:17:43 +09:00
20190605091246_AddDateAddedColumnToBeatmapSet.Designer.cs Remove video property from migrations 2019-08-31 15:49:57 +03:00
20190708070844_AddBPMAndLengthColumns.cs Update migrations 2019-07-08 10:44:23 +03:00
20190708070844_AddBPMAndLengthColumns.Designer.cs Remove video property from migrations 2019-08-31 15:49:57 +03:00
20190913104727_AddBeatmapVideo.cs Use correct database migration 2019-09-13 13:57:55 +03:00
20190913104727_AddBeatmapVideo.Designer.cs Use correct database migration 2019-09-13 13:57:55 +03:00
20200302094919_RefreshVolumeBindings.cs Remove any existing bindings to increase/decrease volume 2020-03-02 18:56:41 +09:00
20200302094919_RefreshVolumeBindings.Designer.cs Remove any existing bindings to increase/decrease volume 2020-03-02 18:56:41 +09:00
20201019224408_AddEpilepsyWarning.cs Add flag value to database 2020-10-20 00:46:08 +02:00
20201019224408_AddEpilepsyWarning.Designer.cs Add flag value to database 2020-10-20 00:46:08 +02:00
20210412045700_RefreshVolumeBindingsAgain.cs Remove alt-mousewheel bindings for volume adjustment 2021-04-12 14:00:32 +09:00
20210412045700_RefreshVolumeBindingsAgain.Designer.cs Remove alt-mousewheel bindings for volume adjustment 2021-04-12 14:00:32 +09:00
20210511060743_AddSkinInstantiationInfo.cs Add SkinInfo.InstantiationInfo to allow creating different skin types 2021-05-11 23:37:06 +09:00
20210511060743_AddSkinInstantiationInfo.Designer.cs Add SkinInfo.InstantiationInfo to allow creating different skin types 2021-05-11 23:37:06 +09:00
20210514062639_AddAuthorIdToBeatmapMetadata.cs Add database tracking of beatmap creator user_ids 2021-05-14 15:40:29 +09:00
20210514062639_AddAuthorIdToBeatmapMetadata.Designer.cs Add database tracking of beatmap creator user_ids 2021-05-14 15:40:29 +09:00
20210824185035_AddCountdownSettings.cs Add countdown settings to beatmap info model 2021-08-24 21:55:10 +02:00
20210824185035_AddCountdownSettings.Designer.cs Add countdown settings to beatmap info model 2021-08-24 21:55:10 +02:00
20210912144011_AddSamplesMatchPlaybackRate.cs Add "samples match playback rate" setting to beatmap info 2021-09-12 16:40:52 +02:00
20210912144011_AddSamplesMatchPlaybackRate.Designer.cs Add "samples match playback rate" setting to beatmap info 2021-09-12 16:40:52 +02:00
OsuDbContextModelSnapshot.cs Add "samples match playback rate" setting to beatmap info 2021-09-12 16:40:52 +02:00