]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Store round start date in the database (#21153)
authorDrSmugleaf <DrSmugleaf@users.noreply.github.com>
Mon, 23 Oct 2023 04:01:48 +0000 (21:01 -0700)
committerGitHub <noreply@github.com>
Mon, 23 Oct 2023 04:01:48 +0000 (21:01 -0700)
commit43d5c006488a457fc32b2206756e6d81620960b8
treee6beadf33b8525f36fc3286ec99828eb477ac5a9
parent190b1f61f22b54a10bab5a0aa7922c40445446eb
Store round start date in the database (#21153)
Content.Server.Database/Migrations/Postgres/20231021071411_RoundStartDate.Designer.cs [new file with mode: 0644]
Content.Server.Database/Migrations/Postgres/20231021071411_RoundStartDate.cs [new file with mode: 0644]
Content.Server.Database/Migrations/Postgres/PostgresServerDbContextModelSnapshot.cs
Content.Server.Database/Migrations/Sqlite/20231021071407_RoundStartDate.Designer.cs [new file with mode: 0644]
Content.Server.Database/Migrations/Sqlite/20231021071407_RoundStartDate.cs [new file with mode: 0644]
Content.Server.Database/Migrations/Sqlite/SqliteServerDbContextModelSnapshot.cs
Content.Server.Database/Model.cs
Content.Server/Database/ServerDbBase.cs