Updated Branches: refs/heads/vm-snapshot 600fb9048 -> a1260e721
fix a typo in vm_snapshots create sql Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/a1260e72 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/a1260e72 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/a1260e72 Branch: refs/heads/vm-snapshot Commit: a1260e721d3f87a3abc28d062f5ade3b0d9afd96 Parents: 600fb90 Author: Mice Xia <[email protected]> Authored: Mon Nov 19 11:14:22 2012 +0800 Committer: Mice Xia <[email protected]> Committed: Mon Nov 19 11:14:22 2012 +0800 ---------------------------------------------------------------------- setup/db/create-schema.sql | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/a1260e72/setup/db/create-schema.sql ---------------------------------------------------------------------- diff --git a/setup/db/create-schema.sql b/setup/db/create-schema.sql index 2fab6ec..dbd1130 100755 --- a/setup/db/create-schema.sql +++ b/setup/db/create-schema.sql @@ -2379,7 +2379,7 @@ CREATE TABLE `cloud`.`vm_snapshots` ( `vm_id` bigint(20) unsigned NOT NULL, `account_id` bigint(20) unsigned NOT NULL, `domain_id` bigint(20) unsigned NOT NULL, - `vm_snapshot_type ` varchar(32) default NULL, + `vm_snapshot_type` varchar(32) default NULL, `state` varchar(32) NOT NULL, `parent` bigint unsigned default NULL, `current` int(1) unsigned default NULL,
