|
|
@ -8,10 +8,10 @@ namespace Ombi.Store.Migrations.ExternalSqlite
|
|
|
|
protected override void Up(MigrationBuilder migrationBuilder)
|
|
|
|
protected override void Up(MigrationBuilder migrationBuilder)
|
|
|
|
{
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
|
|
migrationBuilder.AddColumn<int>(
|
|
|
|
//migrationBuilder.AddColumn<int>(
|
|
|
|
name: "RequestId",
|
|
|
|
// name: "RequestId",
|
|
|
|
table: "PlexServerContent",
|
|
|
|
// table: "PlexServerContent",
|
|
|
|
nullable: true);
|
|
|
|
// nullable: true);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
protected override void Down(MigrationBuilder migrationBuilder)
|
|
|
|
protected override void Down(MigrationBuilder migrationBuilder)
|
|
|
|