aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Implementations/Persistence
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2016-02-14 23:46:51 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2016-02-14 23:46:51 -0500
commit47005468752c3d981635cecce71d8c24c2d9df55 (patch)
treeb1d4b2835296f398f040d0e07d0d67e091c16e54 /MediaBrowser.Server.Implementations/Persistence
parent1551ae6566009dc516ee8272ff7b1cd1e9ae751d (diff)
update migration process
Diffstat (limited to 'MediaBrowser.Server.Implementations/Persistence')
-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 9d6343568..a85872951 100644
--- a/MediaBrowser.Server.Implementations/Persistence/SqliteItemRepository.cs
+++ b/MediaBrowser.Server.Implementations/Persistence/SqliteItemRepository.cs
@@ -80,7 +80,7 @@ namespace MediaBrowser.Server.Implementations.Persistence
private IDbCommand _updateInheritedRatingCommand;
- private const int LatestSchemaVersion = 45;
+ private const int LatestSchemaVersion = 48;
/// <summary>
/// Initializes a new instance of the <see cref="SqliteItemRepository"/> class.