summaryrefslogtreecommitdiffstats
path: root/config-db
diff options
context:
space:
mode:
authorOliver Tappe2007-05-29 22:36:36 +0200
committerOliver Tappe2007-05-29 22:36:36 +0200
commite2eaa7ef449032221fc5e3c982ee6fd4f81adf3d (patch)
tree91abbc0d9a09a27a4219036d0c436c2384dfb8f8 /config-db
parent* changed handling of exports to drop support for having more than one (diff)
downloadcore-e2eaa7ef449032221fc5e3c982ee6fd4f81adf3d.tar.gz
core-e2eaa7ef449032221fc5e3c982ee6fd4f81adf3d.tar.xz
core-e2eaa7ef449032221fc5e3c982ee6fd4f81adf3d.zip
* dropped superfluous column vendor_os.export_counter
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1109 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'config-db')
-rw-r--r--config-db/OpenSLX/DBSchema.pm3
1 files changed, 1 insertions, 2 deletions
diff --git a/config-db/OpenSLX/DBSchema.pm b/config-db/OpenSLX/DBSchema.pm
index 9ad0fa93..8a667945 100644
--- a/config-db/OpenSLX/DBSchema.pm
+++ b/config-db/OpenSLX/DBSchema.pm
@@ -98,7 +98,6 @@ $DbSchema = {
'comment:s.1024', # internal comment (optional, for admins)
'clone_source:s.256', # if vendor-OS was cloned, this contains
# the rsync-URI pointing to the original
- 'export_counter:i', # counter used for export names
],
'export' => [
# an export describes a vendor-OS "wrapped" in some kind of exporting
@@ -110,7 +109,7 @@ $DbSchema = {
# <vendor-os-name>-<export-type>
'vendor_os_id:fk', # foreign key
'comment:s.1024', # internal comment (optional, for admins)
- 'type:s.10', # 'nbd-squash', 'nfs', ...
+ 'type:s.10', # 'nbd', 'nfs', ...
'server_ip:s.16', # IP of exporting server, if empty the
# boot server will be used
'port:i', # some export types need to use a specific