Delta-v/Content.Server.Database/Migrations/Postgres
Milon 4364eaa388
real traits system (#5208)
* holy shit?

* final touches

* this is dumb

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* whatever go my integration tests

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* whoopsie forgot blacklists

* load bearing loc

* minor stuff

* whoopsie

* cool

* I LOVE REFLECTION

* got a call from the stink department

* i love fluent yes

* direction changes

* waiter more migrations please

* typo ops

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Tobias Berger <toby@tobot.dev>
2026-01-20 12:49:59 +01:00
..
20200929113117_Init.Designer.cs
20200929113117_Init.cs
20201006223000_SelectedCharacterSlotFk.cs
20201028210620_Admins.Designer.cs
20201028210620_Admins.cs
20201109092921_ExtraIndices.Designer.cs
20201109092921_ExtraIndices.cs
20201203093409_ClothingAndPronouns.Designer.cs
20201203093409_ClothingAndPronouns.cs
20210103151756_BackpackPreference.Designer.cs
20210103151756_BackpackPreference.cs
20210211211033_AdminOOCColor.Designer.cs
20210211211033_AdminOOCColor.cs
20210321230012_HWID.Designer.cs
20210321230012_HWID.cs
20210915093340_UniqueHighPriorityJob.Designer.cs
20210915093340_UniqueHighPriorityJob.cs
20211120202701_AdminLogs.Designer.cs
20211120202701_AdminLogs.cs
20211121123543_AdminLogsImpact.Designer.cs
20211121123543_AdminLogsImpact.cs
20220103235647_whitelist.Designer.cs Rename migrations to fix CS8981 warnings. (#14160) 2023-02-19 10:59:52 +11:00
20220103235647_whitelist.cs Rename migrations to fix CS8981 warnings. (#14160) 2023-02-19 10:59:52 +11:00
20220108185749_add-species.Designer.cs Rename migrations to fix CS8981 warnings. (#14160) 2023-02-19 10:59:52 +11:00
20220108185749_add-species.cs Rename migrations to fix CS8981 warnings. (#14160) 2023-02-19 10:59:52 +11:00
20220127170845_UnifyMore.Designer.cs
20220127170845_UnifyMore.cs
20220129005644_ServerBanHit.Designer.cs
20220129005644_ServerBanHit.cs
20220214061058_RoleBans.Designer.cs
20220214061058_RoleBans.cs
20220308222742_Cleanup.Designer.cs
20220308222742_Cleanup.cs
20220310173734_SpeciesMarkings.Designer.cs
20220310173734_SpeciesMarkings.cs
20220313151800_ServerNameFts.Designer.cs
20220313151800_ServerNameFts.cs
20220324144654_AdminNotes.Designer.cs
20220324144654_AdminNotes.cs
20220325170225_PlayerReadRules.Designer.cs
20220325170225_PlayerReadRules.cs
20220326104916_UploadedResourcesLog.Designer.cs
20220326104916_UploadedResourcesLog.cs
20220503222955_FixIndices.Designer.cs
20220503222955_FixIndices.cs
20220505084828_MarkingsJsonb.Designer.cs
20220505084828_MarkingsJsonb.cs
20220509060724_FlavorText.Designer.cs
20220509060724_FlavorText.cs
20220724000132_PlayTime.Designer.cs
20220724000132_PlayTime.cs
20220816163319_Traits.Designer.cs
20220816163319_Traits.cs
20230319110655_ProfileTraitIndexUnique.Designer.cs Server ban exemption system (#15076) 2023-04-03 10:24:55 +10:00
20230319110655_ProfileTraitIndexUnique.cs Server ban exemption system (#15076) 2023-04-03 10:24:55 +10:00
20230319112124_ServerBanExemption.Designer.cs Server ban exemption system (#15076) 2023-04-03 10:24:55 +10:00
20230319112124_ServerBanExemption.cs Server ban exemption system (#15076) 2023-04-03 10:24:55 +10:00
20230402214647_BanAutoDelete.Designer.cs Server ban exemption system (#15076) 2023-04-03 10:24:55 +10:00
20230402214647_BanAutoDelete.cs Server ban exemption system (#15076) 2023-04-03 10:24:55 +10:00
20230503001749_AdminNotesImprovement.Designer.cs Better notes and bans (#14228) 2023-07-21 13:38:52 +02:00
20230503001749_AdminNotesImprovement.cs Admin notes bugfixes (#18189) 2023-07-21 15:43:47 +02:00
20230725193102_AdminNotesImprovementsForeignKeys.Designer.cs GDPR stuff update (#18300) 2023-07-26 20:05:51 +02:00
20230725193102_AdminNotesImprovementsForeignKeys.cs GDPR stuff update (#18300) 2023-07-26 20:05:51 +02:00
20230727190902_AdminLogCompoundKey.Designer.cs Remove autogenerated from admin log key. (#18377) 2023-07-29 16:44:28 +10:00
20230727190902_AdminLogCompoundKey.cs Remove autogenerated from admin log key. (#18377) 2023-07-29 16:44:28 +10:00
20231021071411_RoundStartDate.Designer.cs Store round start date in the database (#21153) 2023-10-23 23:54:01 +02:00
20231021071411_RoundStartDate.cs Store round start date in the database (#21153) 2023-10-23 23:54:01 +02:00
20231024041204_DropAdminLogEntity.Designer.cs Drop admin log entity db table (#21216) 2023-10-24 18:03:52 +02:00
20231024041204_DropAdminLogEntity.cs Drop admin log entity db table (#21216) 2023-10-24 18:03:52 +02:00
20231126234054_ConnectionLogServer.Designer.cs Log server ID in connection logs table (#21911) 2023-12-16 19:27:08 +01:00
20231126234054_ConnectionLogServer.cs Log server ID in connection logs table (#21911) 2023-12-16 19:27:08 +01:00
20231226154937_AdminLogPk.Designer.cs Fix admin log key order. (#23052) 2024-01-26 22:26:15 +01:00
20231226154937_AdminLogPk.cs Fix admin log key order. (#23052) 2024-01-26 22:26:15 +01:00
20240112194620_Blacklist.Designer.cs Automated whitelists (#23985) 2024-08-30 05:37:15 +01:00
20240112194620_Blacklist.cs Automated whitelists (#23985) 2024-08-30 05:37:15 +01:00
20240201091301_SpawnPriorityPreference.Designer.cs Client customization late-join spawner priority for arrivals/cryostorage (#24586) 2024-02-08 12:16:20 +01:00
20240201091301_SpawnPriorityPreference.cs Client customization late-join spawner priority for arrivals/cryostorage (#24586) 2024-02-08 12:16:20 +01:00
20240301130641_ClothingRemoval.Designer.cs Partial cherry-pick: Loadouts redux (#25715) 2024-04-22 03:28:58 +02:00
20240301130641_ClothingRemoval.cs Partial cherry-pick: Loadouts redux (#25715) 2024-04-22 03:28:58 +02:00
20240318022005_AdminMessageDismiss.Designer.cs Improve admin message seen/dismiss state. (#26223) 2024-03-24 00:08:01 +01:00
20240318022005_AdminMessageDismiss.cs Fix missing semicolon after migration. (#26337) 2024-03-24 00:13:47 +01:00
20240403072242_Loadouts.Designer.cs Partial cherry-pick: Loadouts redux (#25715) 2024-04-22 03:28:58 +02:00
20240403072242_Loadouts.cs Partial cherry-pick: Loadouts redux (#25715) 2024-04-22 03:28:58 +02:00
20240409013837_FixRoundStartDateNullability.Designer.cs Fix database round start date issues (#26838) 2024-04-21 21:57:13 +02:00
20240409013837_FixRoundStartDateNullability.cs Fix database round start date issues (#26838) 2024-04-21 21:57:13 +02:00
20240531011555_RoleWhitelist.Designer.cs Add job whitelist system (#28085) 2024-06-01 18:02:43 +02:00
20240531011555_RoleWhitelist.cs Add job whitelist system (#28085) 2024-06-01 18:02:43 +02:00
20240606065731_RemoveLastReadRules.Designer.cs Convert rules to use guidebook parsing (#28647) 2024-07-13 04:18:15 +02:00
20240606065731_RemoveLastReadRules.cs Convert rules to use guidebook parsing (#28647) 2024-07-13 04:18:15 +02:00
20240606121555_ban_notify_trigger.Designer.cs Kick on ban for entire server group (#28649) 2024-08-21 16:16:41 +01:00
20240606121555_ban_notify_trigger.cs Kick on ban for entire server group (#28649) 2024-08-21 16:16:41 +01:00
20240606175154_ReturnLastReadRules.Designer.cs Fixes client having authority over rules popup cvars (#28655) 2024-07-13 04:21:16 +02:00
20240606175154_ReturnLastReadRules.cs Fixes client having authority over rules popup cvars (#28655) 2024-07-13 04:21:16 +02:00
20240621120713_ConnectionLogTimeIndex.Designer.cs Add time index to connection log (#29281) 2024-07-25 00:41:18 +02:00
20240621120713_ConnectionLogTimeIndex.cs Add time index to connection log (#29281) 2024-07-25 00:41:18 +02:00
20240623005121_BanTemplate.Designer.cs Ban template system (#29365) 2024-07-25 01:44:27 +02:00
20240623005121_BanTemplate.cs Ban template system (#29365) 2024-07-25 01:44:27 +02:00
20241111170112_ModernHwid.Designer.cs Integrate Modern HWID into content 2024-11-29 19:18:11 +01:00
20241111170112_ModernHwid.cs Integrate Modern HWID into content 2024-11-29 19:18:11 +01:00
20241111193608_ConnectionTrust.Designer.cs Integrate Modern HWID into content 2024-11-29 19:18:11 +01:00
20241111193608_ConnectionTrust.cs Integrate Modern HWID into content 2024-11-29 19:18:11 +01:00
20241122174243_IPIntel.Designer.cs Add IPIntel API support. (#33339) 2025-01-28 03:18:23 +00:00
20241122174243_IPIntel.cs Add IPIntel API support. (#33339) 2025-01-28 03:18:23 +00:00
20241223235939_AdminStatus.Designer.cs Persist deadmin to database, add admin suspension system (#34048) 2025-01-28 04:31:22 +00:00
20241223235939_AdminStatus.cs Persist deadmin to database, add admin suspension system (#34048) 2025-01-28 04:31:22 +00:00
20250211131539_LoadoutNames.Designer.cs Add loadout names (#31303) 2025-03-01 12:46:20 +00:00
20250211131539_LoadoutNames.cs Add loadout names (#31303) 2025-03-01 12:46:20 +00:00
20250303043202_CosmaticDriftCharacterRecords.Designer.cs Port Height & Records Computer from Cosmatic Drift (#2236) 2025-03-11 15:34:45 +00:00
20250303043202_CosmaticDriftCharacterRecords.cs Port Height & Records Computer from Cosmatic Drift (#2236) 2025-03-11 15:34:45 +00:00
20250314222016_ConstructionFavorites.Designer.cs Persist construction menu favorites server-side (#35867) 2025-05-18 18:12:44 +01:00
20250314222016_ConstructionFavorites.cs Persist construction menu favorites server-side (#35867) 2025-05-18 18:12:44 +01:00
20250723055137_AdminLogsCurtime.Designer.cs Admin Log Browser Improvements (#39130) 2025-11-23 15:22:30 -06:00
20250723055137_AdminLogsCurtime.cs Admin Log Browser Improvements (#39130) 2025-11-23 15:22:30 -06:00
20260112180704_DVSeenTips.Designer.cs tips / tutorial system (#5199) 2026-01-14 14:23:39 -06:00
20260112180704_DVSeenTips.cs tips / tutorial system (#5199) 2026-01-14 14:23:39 -06:00
20260117145027_TruncateTraitTable.Designer.cs real traits system (#5208) 2026-01-20 12:49:59 +01:00
20260117145027_TruncateTraitTable.cs real traits system (#5208) 2026-01-20 12:49:59 +01:00
PostgresServerDbContextModelSnapshot.cs tips / tutorial system (#5199) 2026-01-14 14:23:39 -06:00