From 33624efd2f688818d15a9b88b6184ea56db583dc Mon Sep 17 00:00:00 2001 From: alena Date: Tue, 28 Jun 2011 14:01:48 -0700 Subject: [PATCH] Fixed bug in the comment --- setup/db/db/schema-227to228.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/db/db/schema-227to228.sql b/setup/db/db/schema-227to228.sql index de17f19d419..5fe695abd42 100644 --- a/setup/db/db/schema-227to228.sql +++ b/setup/db/db/schema-227to228.sql @@ -1,5 +1,5 @@ --; --- Schema upgrade from 2.2.5 to 2.2.6; +-- Schema upgrade from 2.2.7 to 2.2.8; --; ALTER TABLE `cloud`.`mshost` ADD COLUMN `runid` bigint NOT NULL DEFAULT 0 COMMENT 'run id, combined with msid to form a cluster session';