diff options
Diffstat (limited to 'config-db')
| -rw-r--r-- | config-db/ODLX/DBSchema.pm | 6 |
1 files changed, 6 insertions, 0 deletions
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'}, + }, ], ); |
