summaryrefslogtreecommitdiffstats
path: root/config-db/OpenSLX/DBSchema.pm
diff options
context:
space:
mode:
Diffstat (limited to 'config-db/OpenSLX/DBSchema.pm')
-rw-r--r--config-db/OpenSLX/DBSchema.pm16
1 files changed, 0 insertions, 16 deletions
diff --git a/config-db/OpenSLX/DBSchema.pm b/config-db/OpenSLX/DBSchema.pm
index e1e6750b..a9424031 100644
--- a/config-db/OpenSLX/DBSchema.pm
+++ b/config-db/OpenSLX/DBSchema.pm
@@ -158,11 +158,6 @@ $DbSchema = {
'group_id:fk', # foreign key
'system_id:fk', # foreign key
],
- 'settings' => [
- # system-wide settings
- 'default_nicmods:s.256',
- # list of default network modules
- ],
},
};
@@ -262,17 +257,6 @@ $DbSchema = {
'table' => 'group_system_ref',
'cols' => $DbSchema->{'tables'}->{'group_system_ref'},
},
- {
- 'cmd' => 'add-table',
- 'table' => 'settings',
- 'cols' => $DbSchema->{'tables'}->{'settings'},
- 'vals' => [
- { # add default configuration
- 'default_nicmods'
- => 'forcedeth e1000 e100 tg3 via-rhine r8169 pcnet32',
- },
- ],
- },
],
);