Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
https://github.com/javers/javers/issues/221
script for MySql
  • Loading branch information
bartoszwalacik committed Oct 14, 2015
1 parent 82d511c commit c7851e4
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -70,7 +70,7 @@ private void alterCommitIdColumnIfNeeded() {
}

if (dialect instanceof MysqlDialect){
//alter = "ALTER TABLE jv_commit ALTER COLUMN commit_id numeric(12,2)";
alter = "ALTER TABLE jv_commit MODIFY commit_id numeric(12,2)";
}

if (alter != null) {
Expand Down

0 comments on commit c7851e4

Please sign in to comment.