summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Rettberg2015-09-17 17:59:46 +0200
committerSimon Rettberg2015-09-17 17:59:46 +0200
commitee2709567cc7cea1804d7f5c72f8a7eb6c8cee59 (patch)
tree71a01cd16a6ad6753d18628472c84cd403185281
parent[server] Fix SQL dump of DB (diff)
downloadtutor-module-ee2709567cc7cea1804d7f5c72f8a7eb6c8cee59.tar.gz
tutor-module-ee2709567cc7cea1804d7f5c72f8a7eb6c8cee59.tar.xz
tutor-module-ee2709567cc7cea1804d7f5c72f8a7eb6c8cee59.zip
Revert "[server] Fix SQL dump of DB"
This reverts commit 7b9089a77a52fa7cd4874e309451a2a4598004a4.
-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 0db890df..6a4e6800 100644
--- a/dozentenmodulserver/setup/sat-01-schema.sql
+++ b/dozentenmodulserver/setup/sat-01-schema.sql
@@ -75,7 +75,7 @@ CREATE TABLE IF NOT EXISTS `imageversion` (
`isprocessed` tinyint(1) NOT NULL,
`mastersha1` binary(20) DEFAULT NULL,
`virtualizerconfig` blob NULL DEFAULT NULL COMMENT 'Specific configuration of the virtualizer for this image. For vmware, this is basically a dump of the *.vmx.',
- `deletestate` ENUM( 'KEEP', 'SHOULD_DELETE', 'DO_DELETE' ) CHARACTER SET ascii COLLATE ascii_bin NOT NULL DEFAULT 'KEEP',
+ `deletestate` ENUM( 'KEEP', 'SHOULD_DELETE', 'WANT_DELETE' ) CHARACTER SET ascii COLLATE ascii_bin NOT NULL DEFAULT 'KEEP',
PRIMARY KEY (`imageversionid`),
KEY `version_access` (`imagebaseid`,`isvalid`,`createtime`),
KEY `fk_imageversion_2_idx` (`uploaderid`),