diff options
| -rw-r--r-- | config-db/OpenSLX/DBSchema.pm | 4 |
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 ], |
