mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 21:03:17 -07:00
Fixed #2179.
Note: This requires you to press the update database again before using the newsletter!
This commit is contained in:
parent
703203ed5c
commit
443c79b0ca
2 changed files with 10 additions and 8 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue