From 2ffaef3d3b580a5d8e541893a87ebd70d936e679 Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Fri, 18 Aug 2006 18:11:59 +0000 Subject: * added missing creation of table group_system_ref git-svn-id: http://svn.openslx.org/svn/openslx/trunk@313 95ad53e4-c205-0410-b2fa-d234c58c8868 --- config-db/ODLX/DBSchema.pm | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'config-db') diff --git a/config-db/ODLX/DBSchema.pm b/config-db/ODLX/DBSchema.pm index 3d4ba843..45c78044 100644 --- a/config-db/ODLX/DBSchema.pm +++ b/config-db/ODLX/DBSchema.pm @@ -107,6 +107,7 @@ $DbSchema = { 'name:s.128', # name of group 'descr:s.1024', # internal description (for admins) 'priority:i', # priority, used for order in group-list + # (from 0-lowest to 10-highest) @sharedAttributes, ], 'group_client_ref' => [ @@ -209,6 +210,11 @@ $DbSchema = { 'table' => 'group_client_ref', 'cols' => $DbSchema->{'tables'}->{'group_client_ref'}, }, + { + 'cmd' => 'add-table', + 'table' => 'group_system_ref', + 'cols' => $DbSchema->{'tables'}->{'group_system_ref'}, + }, ], ); -- cgit v1.2.3-55-g7522