Index: Application/Ringtoets/src/Application.Ringtoets.Storage/StorageSqLite.cs =================================================================== diff -u -rf60662cc8bcf55ea16dec82ebc17bfe3e7356f71 -r469d272ed231584a9b8312c6eaa26c274215e7d4 --- Application/Ringtoets/src/Application.Ringtoets.Storage/StorageSqLite.cs (.../StorageSqLite.cs) (revision f60662cc8bcf55ea16dec82ebc17bfe3e7356f71) +++ Application/Ringtoets/src/Application.Ringtoets.Storage/StorageSqLite.cs (.../StorageSqLite.cs) (revision 469d272ed231584a9b8312c6eaa26c274215e7d4) @@ -45,7 +45,7 @@ /// public class StorageSqLite : IStoreProject { - private const int currentDatabaseVersion = 3; + private const int currentDatabaseVersion = 4; private static readonly ILog log = LogManager.GetLogger(typeof(StorageSqLite)); private string connectionString;