add message for db upgrade

This commit is contained in:
Luke Pulverenti
2016-02-01 14:54:49 -05:00
parent 4d7c016224
commit 96120099cb
6 changed files with 55 additions and 10 deletions

View File

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