update series pooling

This commit is contained in:
Luke Pulverenti
2016-05-02 13:11:45 -04:00
parent 3434863c18
commit 568e339ae8
4 changed files with 36 additions and 4 deletions

View File

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