Repository: incubator-ignite
Updated Branches:
  refs/heads/ignite-843 fe3f5d237 -> 94ffba241


# ignite-843 Fixed near configuration.


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

Branch: refs/heads/ignite-843
Commit: 94ffba2414433bce755897eb4226f2c2bbeabed0
Parents: fe3f5d2
Author: Andrey <anovi...@gridgain.com>
Authored: Mon Jun 29 17:42:39 2015 +0700
Committer: Andrey <anovi...@gridgain.com>
Committed: Mon Jun 29 17:42:39 2015 +0700

----------------------------------------------------------------------
 modules/webconfig/nodejs/db.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/94ffba24/modules/webconfig/nodejs/db.js
----------------------------------------------------------------------
diff --git a/modules/webconfig/nodejs/db.js b/modules/webconfig/nodejs/db.js
index d0c565a..5be5c89 100644
--- a/modules/webconfig/nodejs/db.js
+++ b/modules/webconfig/nodejs/db.js
@@ -283,8 +283,8 @@ var PersistenceSchema = new Schema({
     user: String,
     tables: [{
         use: Boolean,
-        schema: String,
-        table: String,
+        schemaName: String,
+        tableName: String,
         keyClass: String,
         valueClass: String,
         columns: [{

Reply via email to