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