mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-12 08:16:05 -07:00
typo
This commit is contained in:
parent
9a1b0c49ec
commit
c3cba15b17
2 changed files with 1 additions and 2 deletions
|
@ -105,7 +105,7 @@ namespace Ombi.Core.Migration.Migrations
|
|||
con.AlterTable("EmbyContent", "ADD", "AddedAt", true, "VARCHAR(50)");
|
||||
con.AlterTable("EmbyEpisodes", "ADD", "AddedAt", true, "VARCHAR(50)");
|
||||
|
||||
con.AlterTable("PlexContent", "ADD", "ItemID", true, "VARCHAR(100)");
|
||||
con.AlterTable("PlexContent", "ADD", "ItemId", true, "VARCHAR(100)");
|
||||
con.AlterTable("PlexContent", "ADD", "AddedAt", true, "VARCHAR(100)");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue