mirror of
https://github.com/corvax-team/ss14-wl.git
synced 2026-02-14 19:29:57 +01:00
DB migrations
This commit is contained in:
2271
Content.Server.Database/Migrations/Postgres/20251010102910_VulpkaninToCorvaxVulpkanin.Designer.cs
generated
Normal file
2271
Content.Server.Database/Migrations/Postgres/20251010102910_VulpkaninToCorvaxVulpkanin.Designer.cs
generated
Normal file
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,32 @@
|
||||
using Microsoft.EntityFrameworkCore.Migrations;
|
||||
|
||||
#nullable disable
|
||||
|
||||
namespace Content.Server.Database.Migrations.Postgres
|
||||
{
|
||||
/// <inheritdoc />
|
||||
public partial class VulpkaninToCorvaxVulpkanin : Migration
|
||||
{
|
||||
/// <inheritdoc />
|
||||
protected override void Up(MigrationBuilder migrationBuilder)
|
||||
{
|
||||
migrationBuilder.UpdateData(
|
||||
table: "profile",
|
||||
keyColumn: "species",
|
||||
keyValue: "Vulpkanin",
|
||||
column: "species",
|
||||
value: "CorvaxVulpkanin");
|
||||
}
|
||||
|
||||
/// <inheritdoc />
|
||||
protected override void Down(MigrationBuilder migrationBuilder)
|
||||
{
|
||||
migrationBuilder.UpdateData(
|
||||
table: "profile",
|
||||
keyColumn: "species",
|
||||
keyValue: "CorvaxVulpkanin",
|
||||
column: "species",
|
||||
value: "Vulpkanin");
|
||||
}
|
||||
}
|
||||
}
|
||||
2188
Content.Server.Database/Migrations/Sqlite/20251010102902_VulpkaninToCorvaxVulpkanin.Designer.cs
generated
Normal file
2188
Content.Server.Database/Migrations/Sqlite/20251010102902_VulpkaninToCorvaxVulpkanin.Designer.cs
generated
Normal file
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,32 @@
|
||||
using Microsoft.EntityFrameworkCore.Migrations;
|
||||
|
||||
#nullable disable
|
||||
|
||||
namespace Content.Server.Database.Migrations.Sqlite
|
||||
{
|
||||
/// <inheritdoc />
|
||||
public partial class VulpkaninToCorvaxVulpkanin : Migration
|
||||
{
|
||||
/// <inheritdoc />
|
||||
protected override void Up(MigrationBuilder migrationBuilder)
|
||||
{
|
||||
migrationBuilder.UpdateData(
|
||||
table: "profile",
|
||||
keyColumn: "species",
|
||||
keyValue: "Vulpkanin",
|
||||
column: "species",
|
||||
value: "CorvaxVulpkanin");
|
||||
}
|
||||
|
||||
/// <inheritdoc />
|
||||
protected override void Down(MigrationBuilder migrationBuilder)
|
||||
{
|
||||
migrationBuilder.UpdateData(
|
||||
table: "profile",
|
||||
keyColumn: "species",
|
||||
keyValue: "CorvaxVulpkanin",
|
||||
column: "species",
|
||||
value: "Vulpkanin");
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user