summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config-db/OpenSLX/DBSchema.pm5
1 files changed, 5 insertions, 0 deletions
diff --git a/config-db/OpenSLX/DBSchema.pm b/config-db/OpenSLX/DBSchema.pm
index dc55b1b7..80030e10 100644
--- a/config-db/OpenSLX/DBSchema.pm
+++ b/config-db/OpenSLX/DBSchema.pm
@@ -426,6 +426,7 @@ sub _schemaUpgradeDBFrom
my $currVersion = shift;
$self->_upgradeDBTo0_2($metaDB) if $currVersion < 0.2;
+ $self->_upgradeDBTo0_21($metaDB) if $currVersion < 0.21;
return 1;
}
@@ -435,6 +436,8 @@ sub _upgradeDBTo0_2
my $self = shift;
my $metaDB = shift;
+ vlog(1, "upgrading schema version to 0.2 ...");
+
# move attributes into separate tables ...
#
# ... system attributes ...
@@ -648,6 +651,8 @@ sub _upgradeDBTo0_21
my $self = shift;
my $metaDB = shift;
+ vlog(1, "upgrading schema version to 0.21 ...");
+
# move attributes into separate tables ...
#
# ... system attributes ...