From 0dac41f92d7bccedea58d973c025c87818904866 Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Mon, 2 Jun 2008 13:18:27 +0000 Subject: * bumped DB-schema version in order to cleanup potential problems after the removal of the theme plugin git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1832 95ad53e4-c205-0410-b2fa-d234c58c8868 --- config-db/OpenSLX/DBSchema.pm | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'config-db') diff --git a/config-db/OpenSLX/DBSchema.pm b/config-db/OpenSLX/DBSchema.pm index 08ef5c60..7187f217 100644 --- a/config-db/OpenSLX/DBSchema.pm +++ b/config-db/OpenSLX/DBSchema.pm @@ -34,7 +34,7 @@ use OpenSLX::Basics; ### fk => foreign key (integer) ################################################################################ -my $VERSION = 0.31; +my $VERSION = 0.32; my $DbSchema = { 'version' => $VERSION, @@ -713,6 +713,14 @@ sub _schemaUpgradeDBFrom # dummy schema change, just to trigger the attribute synchronization # again, as the respective code has been extended + return 1; + }, + 0.32 => sub { + my $metaDB = shift; + + # dummy schema change, just to trigger the attribute synchronization, + # as the 'theme' plugin has been removed + return 1; }, ); -- cgit v1.2.3-55-g7522