Deathgarden_Rebirth-Rewrite/dist/database/migrations
2025-09-07 22:26:23 +02:00
..
2014_10_12_000000_create_users_table.php Added User Authentication with the bhvr session cookie. 2024-02-11 23:51:30 +01:00
2019_08_19_000000_create_failed_jobs_table.php Moved folder 2024-02-11 20:05:35 +01:00
2024_02_13_015013_create_bans_table.php Cahnged Ban date fields to datetime 2024-05-20 01:12:54 +02:00
2024_02_14_205305_create_permission_tables.php Added package spatie/laravel-permission for adding roles and permissions. 2024-02-14 21:50:42 +01:00
2024_02_14_215520_add_source_to_user.php Completed steam web login, forget i only had a dd() there. 2024-02-14 22:38:21 +01:00
2024_02_15_012544_create_player_data_table.php Added cascade on delete to character_data and player_data so that when a user gets deleted it gets too 2024-02-17 15:29:38 +01:00
2024_02_15_013020_create_character_data_table.php Finished the Integration of the InitOrGetGroupsEndpoint. Now we can save equipped items for a users character in the Database. 2024-02-24 14:18:33 +01:00
2024_02_16_223813_add_last_known_name_to_users.php Added new GetPlayerSummaries endpoint for the steam api client. 2024-02-16 23:46:35 +01:00
2024_02_17_180538_create_catalog_tables.php Added Catalog database table Schemas. 2024-02-18 04:10:00 +01:00
2024_02_17_190318_create_catalog_meta_gameplay_tags.php Added Catalog database table Schemas. 2024-02-18 04:10:00 +01:00
2024_02_17_190846_create_catalog_item_auto_unlock_items.php Added Catalog database table Schemas. 2024-02-18 04:10:00 +01:00
2024_02_17_191458_create_catalog_bundle_items_table.php Added Catalog database table Schemas. 2024-02-18 04:10:00 +01:00
2024_02_17_191642_create_catalog_reward_bundle_items_table.php Added Catalog database table Schemas. 2024-02-18 04:10:00 +01:00
2024_02_17_191758_create_catalog_item_assignment_table.php Added Catalog database table Schemas. 2024-02-18 04:10:00 +01:00
2024_02_17_194931_create_catalog_prestige_rewards_tables.php Fixed Catalog item Prestige reard and reward item tables and import using only the catalog item id as id, so we could not differentiate between the prestige levels. 2024-02-28 13:06:56 +01:00
2024_02_20_223106_add_new_character_data.php Implemented first big half of InitOrGetGroups. 2024-02-22 00:16:13 +01:00
2024_02_21_234724_add_faction_levels_to_player_data.php Implemented first big half of InitOrGetGroups. 2024-02-22 00:16:13 +01:00
2024_02_24_005423_create_player_equippment_tables.php Added Signature challenges and Picked challenges to the Database and changed all relations to reflect this. 2024-02-28 03:20:51 +01:00
2024_02_24_152115_add_currency_to_player_data.php Added Currencies to player data and wallet/currencies endpoint. 2024-02-24 15:28:39 +01:00
2024_02_24_154905_add_player_inventory_table.php Added Signature challenges and Picked challenges to the Database and changed all relations to reflect this. 2024-02-28 03:20:51 +01:00
2024_02_24_191110_create_game_files_table.php File manager changes: 2024-06-08 21:49:14 +02:00
2024_02_25_045331_create_challenges_table_and_relation.php Added Signature challenges and Picked challenges to the Database and changed all relations to reflect this. 2024-02-28 03:20:51 +01:00
2024_02_27_154546_create_picked_challenges_table.php Fixed Catalog item Prestige reard and reward item tables and import using only the catalog item id as id, so we could not differentiate between the prestige levels. 2024-02-28 13:06:56 +01:00
2024_02_27_194551_create_catalog_item_challenge_table.php Fix migration rollback to correctly drop 'catalog_item_challenge' table 2025-08-02 17:09:37 +02:00
2024_02_28_032150_create_challenge_player_data_table.php Fixed Catalog item Prestige reard and reward item tables and import using only the catalog item id as id, so we could not differentiate between the prestige levels. 2024-02-28 13:06:56 +01:00
2024_03_01_022841_create_quitter_states_table.php Implemented Quitter state database table and getQuitterState endpoints 2024-03-01 14:17:05 +01:00
2024_03_02_115041_create_match_configurations_table.php Added Matchmaking database tables and Models 2024-03-09 12:26:15 +01:00
2024_03_02_133901_create_queued_players_table.php Added Matchmaking database tables and Models 2024-03-09 12:26:15 +01:00
2024_03_02_142500_create_games_table.php Added Matchmaking Register endpoint, this endpoints sets a game from 'Created' to 'Open' when the host has laoded the map, so that palyers can start to join. 2024-03-09 12:26:15 +01:00
2024_03_02_162757_create_game_user_table.php Adjusted queue status to only check for open or created matches the user is part of to return. 2024-03-09 12:26:15 +01:00
2024_03_14_232423_create_news_table.php Added 'Enabled' value to game news to enable and disable them individually. 2024-03-23 05:23:14 +01:00
2024_03_16_032733_add_avatar_to_users_table.php Add avatar urls to users table 2024-03-16 03:42:22 +01:00
2024_04_15_222616_modify_game_files_table.php Fix issues with unique keys 2025-08-02 17:21:32 +02:00
2024_05_20_024342_create_inbox_messages_table.php Add default value to timestamp because it defaults to ON UPDATE CURRENT_TIMESTAMP() and messes with the timestampIds 2024-07-11 21:56:17 +02:00
2024_07_23_194650_create_bad_chat_messages_table.php Added some more links to the chat messages list to easer go to the message users profile, inbox, bans etc. 2024-07-27 19:07:09 +02:00
2024_07_28_002907_create_player_reports_table.php Added Report admin Tool with frontend to handle Player Reports. Similar to the Chat Message handling. 2024-07-28 21:50:59 +02:00
2024_07_31_185616_create_archived_player_progressions_table.php Added Game and Player match history. Also adjusted how players get deleted from a match. 2024-07-31 22:14:48 +02:00
2024_07_31_185625_create_archived_games_table.php Added Game and Player match history. Also adjusted how players get deleted from a match. 2024-07-31 22:14:48 +02:00
2024_09_21_203649_add_chat_messages_to_archived_game.php Backend implementation of full match chat 2024-11-09 00:54:22 +01:00
2024_10_03_194557_add_match_id_to_bad_chat_message.php Backend implementation of full match chat 2024-11-09 00:54:22 +01:00
2024_10_19_232253_remove_equipped_bonuses_table.php Removed the Equipped_bonuses table because players cannot change their passives anyway. Now the equipped passives are retrieved directly from the config. 2024-11-17 13:30:45 +01:00
2024_11_04_212126_add_additional_column_to_game_files.php Fix issues with unique keys 2025-08-02 17:21:32 +02:00
2024_12_03_201112_create_timed_challenges_table.php Work on timed challenges. 2024-12-16 21:21:33 +01:00
2024_12_03_203904_create_player_data_timed_chalenge_table.php Work on timed challenges. 2024-12-16 21:21:33 +01:00
2024_12_19_185927_currency_cap.php Added currency cap with Migration. 2024-12-19 19:09:13 +01:00
2025_08_02_183241_add_child_to_game_files_table.php Add file history to pak manager to better handle the patches 2025-08-03 21:59:31 +02:00
2025_09_07_222317_add_index_to_archived_player_progressions.php Implement lobby leaderboard and add DB indexes. 2025-09-07 22:26:23 +02:00