Note: This requires you to press the update database again before using the newsletter!
This commit is contained in:
Jamie Rees 2018-04-21 21:43:33 +01:00
commit 443c79b0ca
2 changed files with 10 additions and 8 deletions

View file

@ -17,6 +17,8 @@ namespace Ombi.Store.Migrations
name: "SeasonNumber",
table: "RecentlyAddedLog",
nullable: true);
migrationBuilder.Sql("DELETE FROM RecentlyAddedLog");
}
protected override void Down(MigrationBuilder migrationBuilder)