From 826f91d87a2de24cf2c87f42a73b1c3dd1ddf0c8 Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Wed, 26 Mar 2008 18:44:46 +0000 Subject: * Deactivated DB-schema version 0.28, as it does not work with the current implementation (it tries to access a table which is created in the next DB-schema version). git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1696 95ad53e4-c205-0410-b2fa-d234c58c8868 --- config-db/OpenSLX/DBSchema.pm | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'config-db') diff --git a/config-db/OpenSLX/DBSchema.pm b/config-db/OpenSLX/DBSchema.pm index 1195ddc1..911b0f42 100644 --- a/config-db/OpenSLX/DBSchema.pm +++ b/config-db/OpenSLX/DBSchema.pm @@ -700,7 +700,11 @@ sub _schemaUpgradeDBFrom # correct effects of implementation error last time around that caused # the default vendor-OS to not have any plugins at all - so we add # the default plugins here: - $metaDB->addInstalledPlugin(0, 'theme'); +# OLTA: deactivated for good since this does not work anymore with newer +# implementations (as addInstalledPlugin requires the table +# 'installed_plugin_attr', which is going to be created in db-schema +# version 0.29 (see below) +# $metaDB->addInstalledPlugin(0, 'theme'); return 1; }, -- cgit v1.2.3-55-g7522