Skip to content

Commit

Permalink
NUCCASSANDRA-56 added migration info related to UUID.class defaulting…
Browse files Browse the repository at this point in the history
… to uuid type
  • Loading branch information
ergunbaris committed Jul 10, 2014
1 parent 649ab3e commit 4cd2da6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
target/
.settings/
.project
4 changes: 4 additions & 0 deletions src/site/xdoc/migration.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@
<p>
Migrating will require the following changes.
</p>
<ul>
<li>For Cassandra plugin default data type for UUID.class has changed from text to uuid. If you have used UUID.class on 4_0_0_REL, to avoid problems
specify jdbctype as varchar on column metadata when migrating to 4_0_1.</li>
</ul>
</subsection>

<a name="4_0_0_REL_FROM_4_0_0_M4"/>
Expand Down

0 comments on commit 4cd2da6

Please sign in to comment.