Index: Application/Ringtoets/test/Application.Ringtoets.Storage.Test/StorageSqLiteTest.cs =================================================================== diff -u -rb66269d1c3435557b993a5daa333612017f6ccfd -r469d272ed231584a9b8312c6eaa26c274215e7d4 --- Application/Ringtoets/test/Application.Ringtoets.Storage.Test/StorageSqLiteTest.cs (.../StorageSqLiteTest.cs) (revision b66269d1c3435557b993a5daa333612017f6ccfd) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.Test/StorageSqLiteTest.cs (.../StorageSqLiteTest.cs) (revision 469d272ed231584a9b8312c6eaa26c274215e7d4) @@ -37,7 +37,7 @@ [TestFixture] public class StorageSqLiteTest { - private const int currentDatabaseVersion = 3; + private const int currentDatabaseVersion = 4; private readonly string testDataPath = TestHelper.GetTestDataPath(TestDataPath.Application.Ringtoets.Storage, "DatabaseFiles"); private readonly string tempRingtoetsFile = Path.Combine(TestHelper.GetTestDataPath(TestDataPath.Application.Ringtoets.Storage, "DatabaseFiles"), "tempProjectFile.rtd");