From 8dafe972fec66d2414faf8d2eabce535773f0bbf Mon Sep 17 00:00:00 2001 From: Alena Prokharchyk Date: Mon, 19 Mar 2012 16:40:27 -0700 Subject: [PATCH] bug 14341: fixed issue #3 status 14341: resolved fixed --- setup/db/db/schema-2214to30.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/db/db/schema-2214to30.sql b/setup/db/db/schema-2214to30.sql index 0024e119924..bc7aff73a67 100755 --- a/setup/db/db/schema-2214to30.sql +++ b/setup/db/db/schema-2214to30.sql @@ -130,7 +130,7 @@ ALTER TABLE `cloud`.`swift` ADD COLUMN `uuid` varchar(40); ALTER TABLE `cloud`.`swift` ADD COLUMN `url` varchar(255) NOT NULL; ALTER TABLE `cloud`.`swift` ADD COLUMN `key` varchar(255) NOT NULL COMMENT 'token for this user'; ALTER TABLE `cloud`.`swift` ADD COLUMN `created` datetime COMMENT 'date the swift first signed on'; -ALTER TABLE `cloud`.`swift` ADD CONSTRAINT `uc_swift_uuid` UNIQUE (`uuid`); +ALTER TABLE `cloud`.`swift` ADD CONSTRAINT `uc_swift__uuid` UNIQUE (`uuid`); INSERT IGNORE INTO `cloud`.`configuration` VALUES ('Advanced', 'DEFAULT', 'management-server', 'swift.enable', 'false', 'enable swift');