summaryrefslogtreecommitdiffstats
path: root/dozentenmodulserver/setup
diff options
context:
space:
mode:
authorSimon Rettberg2015-09-01 16:26:09 +0200
committerSimon Rettberg2015-09-01 16:26:09 +0200
commit802a564dae4e41d149d307bfd1265d30e02ce792 (patch)
tree83334c36451ac0e47c8402ba1ae6df89bbb4d843 /dozentenmodulserver/setup
parent[client] ImageDetailsWindow: only show popup menu item if image-version is ac... (diff)
downloadtutor-module-802a564dae4e41d149d307bfd1265d30e02ce792.tar.gz
tutor-module-802a564dae4e41d149d307bfd1265d30e02ce792.tar.xz
tutor-module-802a564dae4e41d149d307bfd1265d30e02ce792.zip
[server] Store block hashes in DB
Diffstat (limited to 'dozentenmodulserver/setup')
-rw-r--r--dozentenmodulserver/setup/sat-01-schema.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/dozentenmodulserver/setup/sat-01-schema.sql b/dozentenmodulserver/setup/sat-01-schema.sql
index 051ab485..f030298a 100644
--- a/dozentenmodulserver/setup/sat-01-schema.sql
+++ b/dozentenmodulserver/setup/sat-01-schema.sql
@@ -74,7 +74,7 @@ CREATE TABLE IF NOT EXISTS `imageversion` (
`isvalid` tinyint(1) NOT NULL,
`isprocessed` tinyint(1) NOT NULL,
`mastersha1` binary(20) DEFAULT NULL,
- `virtualizerconfig` text BINARY NULL DEFAULT NULL COMMENT 'Specific configuration of the virtualizer for this image. For vmware, this is basically a dump of the *.vmx.',
+ `virtualizerconfig` blob NULL DEFAULT NULL COMMENT 'Specific configuration of the virtualizer for this image. For vmware, this is basically a dump of the *.vmx.',
PRIMARY KEY (`imageversionid`),
KEY `version_access` (`imagebaseid`,`isvalid`,`createtime`),
KEY `fk_imageversion_2_idx` (`uploaderid`),