diff options
| author | Oliver Tappe | 2007-03-23 00:24:17 +0100 |
|---|---|---|
| committer | Oliver Tappe | 2007-03-23 00:24:17 +0100 |
| commit | ea47f2d1cce466f99d6ec971200672507421811f (patch) | |
| tree | be213c8b09603153eca58ea41e45f3f698280bee | |
| parent | * corrected bug with export-type not being added to DB correctly (diff) | |
| download | core-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
| -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 ], |
