update sort names

This commit is contained in:
Luke Pulverenti
2016-03-31 17:14:03 -04:00
parent fa841e8610
commit 31e98681fa
4 changed files with 15 additions and 9 deletions

View File

@@ -32,7 +32,7 @@ namespace MediaBrowser.Server.Implementations.Persistence
private readonly ILocalizationManager _localization;
private readonly ITaskManager _taskManager;
public const int MigrationVersion = 20;
public const int MigrationVersion = 22;
public static bool EnableUnavailableMessage = false;
public CleanDatabaseScheduledTask(ILibraryManager libraryManager, IItemRepository itemRepo, ILogger logger, IServerConfigurationManager config, IFileSystem fileSystem, IHttpServer httpServer, ILocalizationManager localization, ITaskManager taskManager)

View File

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