tgstation-server
6.12.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
src
Tgstation.Server.Host
Database
Migrations
20200425024433_MSAddJobErrorCodes.cs
Go to the documentation of this file.
1
using
System;
2
3
using
Microsoft.EntityFrameworkCore.Migrations;
4
5
namespace
Tgstation.Server.Host.Database.Migrations
6
{
10
public
partial class
MSAddJobErrorCodes
:
Migration
11
{
13
protected
override
void
Up
(MigrationBuilder migrationBuilder)
14
{
15
ArgumentNullException.ThrowIfNull(migrationBuilder);
16
17
migrationBuilder.AddColumn<
long
>(
18
name:
"ErrorCode"
,
19
table:
"Jobs"
,
20
nullable:
true
);
21
}
22
24
protected
override
void
Down
(MigrationBuilder migrationBuilder)
25
{
26
ArgumentNullException.ThrowIfNull(migrationBuilder);
27
28
migrationBuilder.DropColumn(
29
name:
"ErrorCode"
,
30
table:
"Jobs"
);
31
}
32
}
33
}
Migration
Tgstation.Server.Host.Database.Migrations.MSAddJobErrorCodes
Adds the Api.Models.Internal.Job.ErrorCode column for MSSQL.
Definition
20200425024433_MSAddJobErrorCodes.cs:11
Tgstation.Server.Host.Database.Migrations.MSAddJobErrorCodes.Up
override void Up(MigrationBuilder migrationBuilder)
Definition
20200425024433_MSAddJobErrorCodes.cs:13
Tgstation.Server.Host.Database.Migrations.MSAddJobErrorCodes.Down
override void Down(MigrationBuilder migrationBuilder)
Definition
20200425024433_MSAddJobErrorCodes.cs:24
Tgstation.Server.Host.Database.Migrations
Definition
20180906135553_MSInitialCreate.cs:7
Generated by
1.9.8