Index: Application/Ringtoets/src/Application.Ringtoets.Storage/StorageSqLite.cs =================================================================== diff -u -r0be8a14b7c545ae5a07d1da6a0fa70829323b0f2 -r30eed335486c7c9ab093713e88563f615093ec3b --- Application/Ringtoets/src/Application.Ringtoets.Storage/StorageSqLite.cs (.../StorageSqLite.cs) (revision 0be8a14b7c545ae5a07d1da6a0fa70829323b0f2) +++ Application/Ringtoets/src/Application.Ringtoets.Storage/StorageSqLite.cs (.../StorageSqLite.cs) (revision 30eed335486c7c9ab093713e88563f615093ec3b) @@ -45,7 +45,7 @@ /// public class StorageSqLite : IStoreProject { - private const int currentDatabaseVersion = 4; + private const int currentDatabaseVersion = 5; private static readonly ILog log = LogManager.GetLogger(typeof(StorageSqLite)); private StagedProject stagedProject;