aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Implementations
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2016-03-29 23:31:11 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2016-04-02 12:46:33 -0400
commit8ec1795abc100f2b724271ed0dd3120914888a54 (patch)
tree86494c684e7161acbc2bdce2c9c7387beb6c8f82 /MediaBrowser.Server.Implementations
parentefb87de801c66d20524b7d3736ee297111a2fb7d (diff)
resolve missing trailers
Diffstat (limited to 'MediaBrowser.Server.Implementations')
-rw-r--r--MediaBrowser.Server.Implementations/Persistence/SqliteItemRepository.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Implementations/Persistence/SqliteItemRepository.cs b/MediaBrowser.Server.Implementations/Persistence/SqliteItemRepository.cs
index af275faee..4a7235928 100644
--- a/MediaBrowser.Server.Implementations/Persistence/SqliteItemRepository.cs
+++ b/MediaBrowser.Server.Implementations/Persistence/SqliteItemRepository.cs
@@ -79,7 +79,7 @@ namespace MediaBrowser.Server.Implementations.Persistence
private IDbCommand _updateInheritedRatingCommand;
- private const int LatestSchemaVersion = 53;
+ private const int LatestSchemaVersion = 55;
/// <summary>
/// Initializes a new instance of the <see cref="SqliteItemRepository"/> class.