From ee2709567cc7cea1804d7f5c72f8a7eb6c8cee59 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Thu, 17 Sep 2015 17:59:46 +0200 Subject: Revert "[server] Fix SQL dump of DB" This reverts commit 7b9089a77a52fa7cd4874e309451a2a4598004a4. --- dozentenmodulserver/setup/sat-01-schema.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`), -- cgit v1.2.3-55-g7522