From edfdd5aceae65dc63911e34dcfabfb8bbc268d78 Mon Sep 17 00:00:00 2001 From: Giuseppe Lo Presti <itglp@cern.ch> Date: Thu, 4 Jul 2013 08:50:34 +0000 Subject: [PATCH] Updated schema version --- hsmtools/castor_tools.py | 2 +- ns/Cns_oracle_ifce.pc | 2 +- ns/oracleTrailer.sql | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hsmtools/castor_tools.py b/hsmtools/castor_tools.py index db28ea1257..6bcf8bd767 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 91dcde1f05..fc1dcdcd6e 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 3e2f39943a..2f3a124dce 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 -- GitLab