Repository: incubator-ignite
Updated Branches:
  refs/heads/ignite-843 9f221b4f7 -> 8280650ab


# IGNITE-843 WIP on persistence.


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

Branch: refs/heads/ignite-843
Commit: 8280650ab62d22815ec900391e6672deaff209af
Parents: 9f221b4
Author: AKuznetsov <akuznet...@gridgain.com>
Authored: Thu Jun 25 13:26:12 2015 +0700
Committer: AKuznetsov <akuznet...@gridgain.com>
Committed: Thu Jun 25 13:26:12 2015 +0700

----------------------------------------------------------------------
 modules/webconfig/nodejs/db.js | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/8280650a/modules/webconfig/nodejs/db.js
----------------------------------------------------------------------
diff --git a/modules/webconfig/nodejs/db.js b/modules/webconfig/nodejs/db.js
index 4493438..9960db1 100644
--- a/modules/webconfig/nodejs/db.js
+++ b/modules/webconfig/nodejs/db.js
@@ -274,6 +274,7 @@ var PersistenceSchema = new Schema({
             use: Boolean,
             pk: Boolean,
             ak: Boolean,
+            notNull: Boolean,
             dbName: String,
             dbType: Number,
             javaName: String,

Reply via email to