From ea47f2d1cce466f99d6ec971200672507421811f Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Thu, 22 Mar 2007 23:24:17 +0000 Subject: * cleaned up some schema inconsistencies git-svn-id: http://svn.openslx.org/svn/openslx/trunk@799 95ad53e4-c205-0410-b2fa-d234c58c8868 --- config-db/OpenSLX/DBSchema.pm | 4 ++-- 1 file 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_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 ], -- cgit v1.2.3-55-g7522