update name sorting

This commit is contained in:
Luke Pulverenti
2016-03-24 16:27:44 -04:00
parent 7aa85fc8dd
commit cc20c8d7d6
7 changed files with 102 additions and 33 deletions

View File

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