You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@polygene.apache.org by pa...@apache.org on 2017/02/26 22:47:26 UTC

[04/50] [abbrv] polygene-java git commit: POLYGENE-225 - Fix in docs.

POLYGENE-225 - Fix in docs.


Project: http://git-wip-us.apache.org/repos/asf/polygene-java/repo
Commit: http://git-wip-us.apache.org/repos/asf/polygene-java/commit/7e5f8e75
Tree: http://git-wip-us.apache.org/repos/asf/polygene-java/tree/7e5f8e75
Diff: http://git-wip-us.apache.org/repos/asf/polygene-java/diff/7e5f8e75

Branch: refs/heads/serialization-3.0
Commit: 7e5f8e7558f4cd9a10b63e3d675a6fb25d812f4a
Parents: c248324
Author: niclas <ni...@spicter.com>
Authored: Mon Feb 20 01:29:29 2017 +0800
Committer: niclas <ni...@spicter.com>
Committed: Mon Feb 20 01:29:29 2017 +0800

----------------------------------------------------------------------
 extensions/entitystore-cassandra/src/docs/es-cassandra.txt | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/polygene-java/blob/7e5f8e75/extensions/entitystore-cassandra/src/docs/es-cassandra.txt
----------------------------------------------------------------------
diff --git a/extensions/entitystore-cassandra/src/docs/es-cassandra.txt b/extensions/entitystore-cassandra/src/docs/es-cassandra.txt
index 25da991..e28fe64 100644
--- a/extensions/entitystore-cassandra/src/docs/es-cassandra.txt
+++ b/extensions/entitystore-cassandra/src/docs/es-cassandra.txt
@@ -103,6 +103,7 @@ Polygene will store all entities in a single Cassandra TABLE
     CREATE TABLE &lt;tableName&gt; (
         id text,
         version text,
+        type text,
         appversion text,
         storeversion text,
         usecase text,