diff --git a/updatedb/updateDb.v10.2.sql b/updatedb/updateDb.v10.2.sql index 8969d33585..6741638dea 100644 --- a/updatedb/updateDb.v10.2.sql +++ b/updatedb/updateDb.v10.2.sql @@ -1 +1,3 @@ -- Security Update, strongly recommended. + +UPDATE configurations SET version = '10.2', modified = now() WHERE id = 1; \ No newline at end of file