summaryrefslogtreecommitdiffstats
path: root/config-db/OpenSLX/DBSchema.pm
diff options
context:
space:
mode:
authorOliver Tappe2007-04-23 20:30:17 +0200
committerOliver Tappe2007-04-23 20:30:17 +0200
commita5414c36cd3641d93f26d0dd1b8a21244ce8a175 (patch)
treefe4567ff966074f0d822b986063079c4327847bc /config-db/OpenSLX/DBSchema.pm
parent* cleanup (diff)
downloadcore-a5414c36cd3641d93f26d0dd1b8a21244ce8a175.tar.gz
core-a5414c36cd3641d93f26d0dd1b8a21244ce8a175.tar.xz
core-a5414c36cd3641d93f26d0dd1b8a21244ce8a175.zip
* added 'export_counter' to table 'vendor_os'
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@919 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'config-db/OpenSLX/DBSchema.pm')
-rw-r--r--config-db/OpenSLX/DBSchema.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/config-db/OpenSLX/DBSchema.pm b/config-db/OpenSLX/DBSchema.pm
index dcd2fbff..e1e6750b 100644
--- a/config-db/OpenSLX/DBSchema.pm
+++ b/config-db/OpenSLX/DBSchema.pm
@@ -77,6 +77,7 @@ $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
@@ -187,7 +188,7 @@ $DbSchema = {
### 'new-cols' => contains a list of new column descriptions
### 'new-default-vals' => optional, a list of data hashes to be used
### as default values for the new columns
-### 'cols' => contains a list of column descriptions
+### 'cols' => contains a full list of resulting column descriptions
### drop-columns => drops columns from a table
### 'table' => the name of the table the columns should be dropped from
### 'col-changes' => a hash with changed column descriptions