You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by mi...@apache.org on 2012/11/19 04:11:11 UTC

git commit: fix a typo in vm_snapshots create sql

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 <mi...@tcloudcomputing.com>
Authored: Mon Nov 19 11:14:22 2012 +0800
Committer: Mice Xia <mi...@tcloudcomputing.com>
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,