Fixed bug in the comment

This commit is contained in:
alena 2011-06-28 14:01:48 -07:00
parent 2602614fd3
commit 8002834581

View File

@ -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';