summaryrefslogtreecommitdiffstats
path: root/config-db
diff options
context:
space:
mode:
Diffstat (limited to 'config-db')
-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