Index: Application/Ringtoets/src/Application.Ringtoets.Storage/StorageSqLite.cs =================================================================== diff -u -r99f3b343f5ac4aed453d9f6d291217de76ef5314 -r09e90355a8109e106df93ebf628b247a49abdae7 --- Application/Ringtoets/src/Application.Ringtoets.Storage/StorageSqLite.cs (.../StorageSqLite.cs) (revision 99f3b343f5ac4aed453d9f6d291217de76ef5314) +++ Application/Ringtoets/src/Application.Ringtoets.Storage/StorageSqLite.cs (.../StorageSqLite.cs) (revision 09e90355a8109e106df93ebf628b247a49abdae7) @@ -45,7 +45,7 @@ /// public class StorageSqLite : IStoreProject { - private const int currentDatabaseVersion = 1; + private const int currentDatabaseVersion = 2; private static readonly ILog log = LogManager.GetLogger(typeof(StorageSqLite)); private string connectionString;