Repository: incubator-ignite
Updated Branches:
  refs/heads/ignite-45 30a78d6eb -> a7f2c8297


# ignite-45 - fixing DB script.


Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/a7f2c829
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/a7f2c829
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/a7f2c829

Branch: refs/heads/ignite-45
Commit: a7f2c82977c61035e96311840181bc4ecf995b6f
Parents: 30a78d6
Author: Dmitiry Setrakyan <dsetrak...@gridgain.com>
Authored: Sun Mar 22 02:03:30 2015 -0700
Committer: Dmitiry Setrakyan <dsetrak...@gridgain.com>
Committed: Sun Mar 22 02:03:30 2015 -0700

----------------------------------------------------------------------
 examples/schema-import/bin/example-database.script | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/a7f2c829/examples/schema-import/bin/example-database.script
----------------------------------------------------------------------
diff --git a/examples/schema-import/bin/example-database.script 
b/examples/schema-import/bin/example-database.script
index 7222856..8305127 100644
--- a/examples/schema-import/bin/example-database.script
+++ b/examples/schema-import/bin/example-database.script
@@ -18,6 +18,7 @@
 -- This script is used to pre-populate the database for Schema Import Demo.
 -- It can be executed on H2 database available with Ignite.
 -- You can start H2 database server with "h2-server.sh" or "h2-server.bat" 
scripts.
+-- When started, copy the SQL below into H2 console and execute.
 --
 
 drop table PERSON;

Reply via email to