Removed the SeriesMetadata migration since users have updated to v0.4.1. Any other users will require a scan to get the SeriesMetadata generated. (#275)
This commit is contained in:
parent
e4a9c468fe
commit
4606b54603
2 changed files with 0 additions and 19 deletions
|
|
@ -61,8 +61,6 @@ namespace API
|
|||
await context.Database.MigrateAsync();
|
||||
await Seed.SeedRoles(roleManager);
|
||||
await Seed.SeedSettings(context);
|
||||
// TODO: Remove this in v0.4.2
|
||||
await Seed.SeedSeriesMetadata(context);
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue