Index: Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil/SqLiteDatabaseHelper.cs =================================================================== diff -u -r1eed3e3f652618c52a462edc502cfd4250772314 -r4ba34be778eb5da83e7483592764e8164d2be8af --- Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil/SqLiteDatabaseHelper.cs (.../SqLiteDatabaseHelper.cs) (revision 1eed3e3f652618c52a462edc502cfd4250772314) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil/SqLiteDatabaseHelper.cs (.../SqLiteDatabaseHelper.cs) (revision 4ba34be778eb5da83e7483592764e8164d2be8af) @@ -97,7 +97,7 @@ { return "DROP TABLE IF EXISTS 'VersionEntity'; " + "CREATE TABLE VersionEntity (VersionId INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL," + - " FromVersion VARCHAR (16), ToVersion VARCHAR (16),Timestamp NUMERIC); "; + " Version VARCHAR (16) NOT NULL, Timestamp DATETIME NOT NULL, FingerPrint BLOB NOT NULL); "; } ///