From 64905ad80f1da9a2c382f74f6af4e96b7b7d59a3 Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Sat, 24 May 2008 11:50:21 +0000 Subject: * artifically bumped the schema version to 0.30 in order to trigger a synchronization of attributes into default system (required since plugins were added & removed) git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1788 95ad53e4-c205-0410-b2fa-d234c58c8868 --- config-db/OpenSLX/DBSchema.pm | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'config-db/OpenSLX') diff --git a/config-db/OpenSLX/DBSchema.pm b/config-db/OpenSLX/DBSchema.pm index 911b0f42..ee4c9c81 100644 --- a/config-db/OpenSLX/DBSchema.pm +++ b/config-db/OpenSLX/DBSchema.pm @@ -35,7 +35,7 @@ use OpenSLX::Basics; ### fk => foreign key (integer) ################################################################################ -my $VERSION = 0.29; +my $VERSION = 0.30; my $DbSchema = { 'version' => $VERSION, @@ -722,6 +722,15 @@ sub _schemaUpgradeDBFrom ], ); + return 1; + }, + 0.30 => sub { + my $metaDB = shift; + + # dummy schema change, just to trigger the attribute synchronization + # into the default system (required since plugins have been added + # and removed) + return 1; }, ); -- cgit v1.2.3-55-g7522