Repository: incubator-ignite Updated Branches: refs/heads/ignite-843 e4de84243 -> fe3f5d237
# 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/8852754a Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/8852754a Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/8852754a Branch: refs/heads/ignite-843 Commit: 8852754a3eb34b95b80c8b4568708ca86fb4ca7c Parents: c7132a9 Author: Andrey <anovi...@gridgain.com> Authored: Mon Jun 29 17:31:37 2015 +0700 Committer: Andrey <anovi...@gridgain.com> Committed: Mon Jun 29 17:31:37 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/8852754a/modules/webconfig/nodejs/db.js ---------------------------------------------------------------------- diff --git a/modules/webconfig/nodejs/db.js b/modules/webconfig/nodejs/db.js index 5be5c89..d0c565a 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, - schemaName: String, - tableName: String, + schema: String, + table: String, keyClass: String, valueClass: String, columns: [{