Index: Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/VersionEntity.cs =================================================================== diff -u -r79927347e137e7cf0f0889f8fd2b1a97e3a6f8e3 -r8e5f037ed7df5263d26ba1ada373be196e7a354b --- Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/VersionEntity.cs (.../VersionEntity.cs) (revision 79927347e137e7cf0f0889f8fd2b1a97e3a6f8e3) +++ Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/VersionEntity.cs (.../VersionEntity.cs) (revision 8e5f037ed7df5263d26ba1ada373be196e7a354b) @@ -35,7 +35,7 @@ public partial class VersionEntity { public long VersionId { get; set; } - public long Version { get; set; } + public string Version { get; set; } public DateTime Timestamp { get; set; } public byte[] FingerPrint { get; set; } }