summaryrefslogtreecommitdiffstats
path: root/config-db/OpenSLX/DBSchema.pm
diff options
context:
space:
mode:
authorOliver Tappe2007-03-23 00:24:17 +0100
committerOliver Tappe2007-03-23 00:24:17 +0100
commitea47f2d1cce466f99d6ec971200672507421811f (patch)
treebe213c8b09603153eca58ea41e45f3f698280bee /config-db/OpenSLX/DBSchema.pm
parent* corrected bug with export-type not being added to DB correctly (diff)
downloadcore-ea47f2d1cce466f99d6ec971200672507421811f.tar.gz
core-ea47f2d1cce466f99d6ec971200672507421811f.tar.xz
core-ea47f2d1cce466f99d6ec971200672507421811f.zip
* cleaned up some schema inconsistencies
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@799 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'config-db/OpenSLX/DBSchema.pm')
-rw-r--r--config-db/OpenSLX/DBSchema.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/config-db/OpenSLX/DBSchema.pm b/config-db/OpenSLX/DBSchema.pm
index 0a141137..2910a3c1 100644
--- a/config-db/OpenSLX/DBSchema.pm
+++ b/config-db/OpenSLX/DBSchema.pm
@@ -81,8 +81,8 @@ $DbSchema = {
# <vendor-os-name>-<export-type>
'vendor_os_id:fk', # foreign key
'comment:s.1024', # internal comment (optional, for admins)
- 'export_type:s.10', # 'nbd-squash', 'nfs', ...
- 'export_uri:s.256', # path to export (squashfs or NFS-path), if
+ 'type:s.10', # 'nbd-squash', 'nfs', ...
+ 'uri:s.256', # path to export (squashfs or NFS-path), if
# empty it will be auto-generated by
# config-demuxer
],