From e2eaa7ef449032221fc5e3c982ee6fd4f81adf3d Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Tue, 29 May 2007 20:36:36 +0000 Subject: * dropped superfluous column vendor_os.export_counter git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1109 95ad53e4-c205-0410-b2fa-d234c58c8868 --- config-db/OpenSLX/DBSchema.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'config-db') 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_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 -- cgit v1.2.3-55-g7522