diff --git a/hsmtools/castor_tools.py b/hsmtools/castor_tools.py
index db28ea1257e56b08ae0c495e78a636b44206956d..6bcf8bd7676d25428056de836a56126c7f7515f7 100644
--- a/hsmtools/castor_tools.py
+++ b/hsmtools/castor_tools.py
@@ -274,7 +274,7 @@ def connectToVmgr():
 
 def connectToStager():
     '''Connects to the stager database'''
-    STAGERSCHEMAVERSION = "2_1_14_0"
+    STAGERSCHEMAVERSION = "2_1_14_2"
     user, passwd, dbname = getStagerDBConnectParams()
     return connectToDB(user, passwd, dbname, STAGERSCHEMAVERSION)
 
diff --git a/ns/Cns_oracle_ifce.pc b/ns/Cns_oracle_ifce.pc
index 91dcde1f054f455ae241950a6052384b69f60920..fc1dcdcd6e33abd8e10e66f8f564b3c389ec4d74 100644
--- a/ns/Cns_oracle_ifce.pc
+++ b/ns/Cns_oracle_ifce.pc
@@ -18,7 +18,7 @@
 #include "u64subr.h"
 
 static sql_context ctx[CNS_MAXNBTHREADS];
-static const char *const CNSSCHEMAVERSION = "2_1_14_0";
+static const char *const CNSSCHEMAVERSION = "2_1_14_2";
 
 int Cns_init_dbpkg()
 {
diff --git a/ns/oracleTrailer.sql b/ns/oracleTrailer.sql
index 3e2f39943aafb456139897d34a010c39a5612e08..2f3a124dcecad61abf39434028ab62b463376457 100644
--- a/ns/oracleTrailer.sql
+++ b/ns/oracleTrailer.sql
@@ -21,7 +21,7 @@
  *****************************************************************************/
 
 /* SQL statement to populate the intial schema version */
-UPDATE UpgradeLog SET schemaVersion = '2_1_14_0';
+UPDATE UpgradeLog SET schemaVersion = '2_1_14_2';
 
 /* Package holding type declarations for the NameServer PL/SQL API */
 CREATE OR REPLACE PACKAGE castorns AS