update migration process

This commit is contained in:
Luke Pulverenti
2016-02-14 23:46:51 -05:00
parent 1551ae6566
commit 4700546875
3 changed files with 14 additions and 13 deletions

View File

@@ -80,7 +80,7 @@ namespace MediaBrowser.Server.Implementations.Persistence
private IDbCommand _updateInheritedRatingCommand;
private const int LatestSchemaVersion = 45;
private const int LatestSchemaVersion = 48;
/// <summary>
/// Initializes a new instance of the <see cref="SqliteItemRepository"/> class.