ProjectLighthouse/ProjectLighthouse/Migrations
2021-11-19 23:55:40 -05:00
..
20211019021627_InitialCreate.cs Add EntityFramework code first database migrations 2021-10-18 22:35:23 -04:00
20211019021627_InitialCreate.Designer.cs Rename root namespace to LBPUnion.ProjectLighthouse 2021-10-20 21:41:58 -04:00
20211019031221_HeartedLevels.cs Add database migration support for hearted levels 2021-10-18 23:13:10 -04:00
20211019031221_HeartedLevels.Designer.cs Rename root namespace to LBPUnion.ProjectLighthouse 2021-10-20 21:41:58 -04:00
20211019203627_LastMatches.cs Add LastMatches table 2021-10-19 16:39:22 -04:00
20211019203627_LastMatches.Designer.cs Rename root namespace to LBPUnion.ProjectLighthouse 2021-10-20 21:41:58 -04:00
20211020220840_ResourceList.cs Add database changes for allowing multiple resources 2021-10-20 18:09:34 -04:00
20211020220840_ResourceList.Designer.cs Rename root namespace to LBPUnion.ProjectLighthouse 2021-10-20 21:41:58 -04:00
20211026010814_FavouriteUsers.cs Add ability to favourite users 2021-10-25 21:42:51 -04:00
20211026010814_FavouriteUsers.Designer.cs Add ability to favourite users 2021-10-25 21:42:51 -04:00
20211028015915_AddSlotTimestamp.cs Add slot timestamps 2021-10-27 23:13:39 -04:00
20211028015915_AddSlotTimestamp.Designer.cs Add slot timestamps 2021-10-27 23:13:39 -04:00
20211028021513_AddSlotFirstUploadedAndLastUpdated.cs Add slot timestamps 2021-10-27 23:13:39 -04:00
20211028021513_AddSlotFirstUploadedAndLastUpdated.Designer.cs Add slot timestamps 2021-10-27 23:13:39 -04:00
20211029213334_RemoveUsedSlotsFromDb.cs Remove used slots from DB 2021-10-29 17:34:14 -04:00
20211029213334_RemoveUsedSlotsFromDb.Designer.cs Remove used slots from DB 2021-10-29 17:34:14 -04:00
20211030203837_AddMMPickToSlot.cs Add MM Pick column to slots 2021-10-30 16:39:23 -04:00
20211030203837_AddMMPickToSlot.Designer.cs Add MM Pick column to slots 2021-10-30 16:39:23 -04:00
20211031234245_AddScoresTable.cs Allow score submission 2021-10-31 23:51:39 -04:00
20211031234245_AddScoresTable.Designer.cs Allow score submission 2021-10-31 23:51:39 -04:00
20211102215859_RenameTeamPick.cs Add support for team picks 2021-11-02 17:59:10 -04:00
20211102215859_RenameTeamPick.Designer.cs Add support for team picks 2021-11-02 17:59:10 -04:00
20211103194917_RemoveStartupMigrations.cs Remove migrations from startup.cs 2021-11-03 16:07:31 -04:00
20211103194917_RemoveStartupMigrations.Designer.cs Remove migrations from startup.cs 2021-11-03 16:07:31 -04:00
20211104031327_AddGameVersionToToken.cs Add ability to get game version on login 2021-11-03 23:36:09 -04:00
20211104031327_AddGameVersionToToken.Designer.cs Add ability to get game version on login 2021-11-03 23:36:09 -04:00
20211104040509_AddGameVersionToSlots.cs Allow publishing slots with GameVersions 2021-11-04 00:15:47 -04:00
20211104040509_AddGameVersionToSlots.Designer.cs Allow publishing slots with GameVersions 2021-11-04 00:15:47 -04:00
20211104195812_AddPhotoSupport.cs Add database support for photos 2021-11-04 16:00:40 -04:00
20211104195812_AddPhotoSupport.Designer.cs Add database support for photos 2021-11-04 16:00:40 -04:00
20211105205010_UpdatePhotoAndPhotoSubjectToDoStuffWeirdName.cs Get photos uploading properly 2021-11-05 16:59:24 -04:00
20211105205010_UpdatePhotoAndPhotoSubjectToDoStuffWeirdName.Designer.cs Get photos uploading properly 2021-11-05 16:59:24 -04:00
20211105205239_DropPhotoSubjectParentPhoto.cs Get photos uploading properly 2021-11-05 16:59:24 -04:00
20211105205239_DropPhotoSubjectParentPhoto.Designer.cs Get photos uploading properly 2021-11-05 16:59:24 -04:00
20211105205749_DropPhotoSlot.cs Get photos uploading properly 2021-11-05 16:59:24 -04:00
20211105205749_DropPhotoSlot.Designer.cs Get photos uploading properly 2021-11-05 16:59:24 -04:00
20211106010424_AddCreatorToPhoto.cs Fully implement photos for users 2021-11-05 21:54:43 -04:00
20211106010424_AddCreatorToPhoto.Designer.cs Fully implement photos for users 2021-11-05 21:54:43 -04:00
20211107023452_NoPhotosByMeOrWithMeInUser.cs make PhotosByMeCount and PhotosWithMeCount not mapped 2021-11-06 22:35:04 -04:00
20211107023452_NoPhotosByMeOrWithMeInUser.Designer.cs make PhotosByMeCount and PhotosWithMeCount not mapped 2021-11-06 22:35:04 -04:00
20211108013443_RemoveCommentsEnabled.cs Drop CommentsEnabled column from Users 2021-11-07 20:35:14 -05:00
20211108013443_RemoveCommentsEnabled.Designer.cs Drop CommentsEnabled column from Users 2021-11-07 20:35:14 -05:00
20211108015422_AddPlaysToSlot.cs Implement level play counts and level heart counts 2021-11-07 21:49:30 -05:00
20211108015422_AddPlaysToSlot.Designer.cs Implement level play counts and level heart counts 2021-11-07 21:49:30 -05:00
20211108054552_RemoveCountsFromDatabase.cs Implement more counts belonging to users, remove counts from db 2021-11-08 00:49:02 -05:00
20211108054552_RemoveCountsFromDatabase.Designer.cs Implement more counts belonging to users, remove counts from db 2021-11-08 00:49:02 -05:00
20211108093616_GameSpecificPlayCounts.cs Migrations 2021-11-08 05:15:31 -05:00
20211108093616_GameSpecificPlayCounts.Designer.cs Migrations 2021-11-08 05:15:31 -05:00
20211108114052_VisitedLevelsTable.cs Add support for visiting a level, to track unique plays 2021-11-08 07:04:08 -05:00
20211108114052_VisitedLevelsTable.Designer.cs Add support for visiting a level, to track unique plays 2021-11-08 07:04:08 -05:00
20211108212022_BooYayRateLevels.cs Add support for Yay/Boo on a community level 2021-11-08 16:23:54 -05:00
20211108212022_BooYayRateLevels.Designer.cs Add support for Yay/Boo on a community level 2021-11-08 16:23:54 -05:00
20211109225543_AddLevelTypeToSlot.cs Add Level Type to Slot 2021-11-09 17:57:04 -05:00
20211109225543_AddLevelTypeToSlot.Designer.cs Add Level Type to Slot 2021-11-09 17:57:04 -05:00
20211113091631_AddUserLocationToToken.cs Add a basic version of dive-in 2021-11-13 06:05:12 -05:00
20211113091631_AddUserLocationToToken.Designer.cs Add a basic version of dive-in 2021-11-13 06:05:12 -05:00
20211113215128_VisitedLevelPlayCounts.cs Improve lucky dip randomness; streamline slot serialize parameters for more mixed in types; change behaviour of visitedlevel so that user plays can be counted 2021-11-13 17:28:25 -05:00
20211113215128_VisitedLevelPlayCounts.Designer.cs Improve lucky dip randomness; streamline slot serialize parameters for more mixed in types; change behaviour of visitedlevel so that user plays can be counted 2021-11-13 17:28:25 -05:00
20211113220306_VisitedLevelDropGameVersion.cs Improve lucky dip randomness; streamline slot serialize parameters for more mixed in types; change behaviour of visitedlevel so that user plays can be counted 2021-11-13 17:28:25 -05:00
20211113220306_VisitedLevelDropGameVersion.Designer.cs Improve lucky dip randomness; streamline slot serialize parameters for more mixed in types; change behaviour of visitedlevel so that user plays can be counted 2021-11-13 17:28:25 -05:00
20211114231343_UserRefactor.cs Refactor User 2021-11-14 18:15:59 -05:00
20211114231343_UserRefactor.Designer.cs Refactor User 2021-11-14 18:15:59 -05:00
20211115050553_UserAddDefaultsToNullableStrings.cs Add defaults to nullable strings in User 2021-11-15 00:14:35 -05:00
20211115050553_UserAddDefaultsToNullableStrings.Designer.cs Add defaults to nullable strings in User 2021-11-15 00:14:35 -05:00
20211115052941_SlotAddLbpVitaPlays.cs Add LBP Vita support for tracking plays 2021-11-15 00:30:35 -05:00
20211115052941_SlotAddLbpVitaPlays.Designer.cs Add LBP Vita support for tracking plays 2021-11-15 00:30:35 -05:00
20211120045239_AddPasswordToUser.cs Add (working) Register Form 2021-11-19 23:55:40 -05:00
20211120045239_AddPasswordToUser.Designer.cs Add (working) Register Form 2021-11-19 23:55:40 -05:00
DatabaseModelSnapshot.cs Add (working) Register Form 2021-11-19 23:55:40 -05:00