Commit Graph

53 Commits

Author SHA1 Message Date
483049703e Merge branch 'master' into beatmap-dateadded-sort 2019-06-06 18:26:55 +09:00
02283380c4 Use manual migration 2019-06-06 13:33:30 +09:00
8607f3b765 Merge remote-tracking branch 'upstream/master' into databased-sin-setting 2019-06-05 19:03:57 +09:00
a6dc5606bc Allow beatmapsets to be sorted by date added 2019-06-05 18:17:43 +09:00
31e6a4fa59 Add optional skin foreign key to databased settings 2019-05-27 01:56:19 +09:00
127858d398 Store databased settings based on string keys rather than ints
Allows for rearranging/removal from enums without consequence.
2019-05-27 01:53:49 +09:00
e31680e373 Address styling issues on CodeFactor 2019-03-14 16:05:54 -07:00
6bccdd50ef Merge branch 'master' into UserIDDBStore 2019-03-01 11:07:30 +09:00
8a943a6e65 Fix scores being stored as ints 2019-02-26 13:10:59 +09:00
22a68d7bea Perform new migration 2019-02-25 15:25:22 +09:00
4475643726 Revert database migration 2019-02-25 14:40:44 +09:00
809ab86ed0 Fix user ID not being added to database
Needed for avatar retrieval
2019-02-23 17:04:02 +09:00
cf8bcb7ba2 Add explicit beatmap -> scores relationship rather than relying on cascades 2019-01-08 17:53:43 +09:00
af3ef9a089 Fix some data types on ScoreInfo 2018-11-30 20:43:38 +09:00
00c5ea28c7 Update migrations in line with hash change 2018-11-30 18:07:15 +09:00
aa7a665317 Merge remote-tracking branch 'upstream/master' into scoredatabase 2018-11-30 17:20:23 +09:00
58293c3eae Re-migrate 2018-11-30 16:35:57 +09:00
64bb27be5d Add scoreinfo tables 2018-11-30 14:48:31 +09:00
0384f3549f Add hash and missing indices to SkinInfo 2018-11-28 19:15:56 +09:00
3f185a44de Fix Windows-style path separators not being migrated on Unix systems 2018-10-18 08:29:12 +02:00
eb9199e07a Run database migration unconditionally, remove downwards migration 2018-10-16 08:29:47 +02:00
97f8619301 Add database migration for standardizing paths 2018-10-07 21:07:30 +02:00
13b988053a add status column to BeatmapInfo + BeatmapSetInfo 2018-09-13 10:10:58 +02:00
0f37758314 Update framework 2018-07-21 16:21:53 +09:00
3f44f5c60e Remove migration log output 2018-07-13 18:34:38 +09:00
4212a9d0d7 Fix incorrect migration conditional 2018-06-29 18:23:53 +09:00
ac7ee59d50 Add migration for previous incorrectly imported beatmaps 2018-06-28 10:48:01 +09:00
6aa0ca5cc9 Add (one-way) migration for existing users 2018-06-21 14:22:25 +09:00
de8c4e6d56 Remove unique constraints on hash columns
We are going to allow multiple instances of the same beatmap info hash as they could be in different beatmap sets.
2018-05-29 16:26:32 +09:00
32a74f95a5 Normalize all the line endings 2018-04-13 18:26:38 +09:00
c29f7a4333 Merge remote-tracking branch 'origin/master' into netstandard 2018-03-24 14:49:46 +09:00
2351b6ab26 Add migration 2018-02-22 15:46:11 +09:00
b500b76407 Merge branch 'master' into update-branch 2018-02-08 23:35:48 +09:00
2865dd3a10 Replace missed hardcoded int with enum reference 2018-01-31 16:20:01 +09:00
042a34e1c2 Add migration to ensure database aligns to changed enum 2018-01-31 16:10:48 +09:00
03154dbc63 Fix incorrect initial migration
Also adds variant to settings
2018-01-25 23:41:03 +09:00
5a00ae36d1 Add database-based configuration for rulesets 2018-01-24 17:45:28 +09:00
7a793eaded Merge master into netstandard 2017-12-27 20:48:53 +09:00
d02e1ae896 Update RulesetInfo and add migration 2017-12-10 12:15:55 +09:00
b3bf6e7bee Merge master into netstandard 2017-11-21 16:39:21 +09:00
492120e88c Add migration for unique constraint on online id 2017-11-19 16:02:08 +09:00
d2ab0621f3 Make osu.Game + rulesets compile with netstandard 2017-11-19 13:46:51 +09:00
487b888f4f Add missing database indices
Also add missing unique constraints where applicable.
2017-10-25 22:05:10 +09:00
5d5ea5fb2e Fix all remaining db structure issues 2017-10-19 14:05:11 +09:00
71d614b813 FIx missing columns yet again 2017-10-18 21:57:54 +09:00
4e8019b313 Add some more missing indices 2017-10-17 19:59:22 +09:00
b9d0fb96ed Fix cascade deletions 2017-10-17 18:26:28 +09:00
04e5f764a3 Revert "Fix removal of FileInfo, BeatmapMetadata, BeatmapDifficulty objects" 2017-10-16 12:59:59 +09:00
0a8b3ad619 Add one more licence header 2017-10-16 00:58:56 +09:00
db2750592d Fix removal of FileInfo, BeatmapMetadata, BeatmapDifficulty objects 2017-10-15 14:01:35 +03:00