Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Merge pull request #41 from zanata/fix-changelog-mysql
Browse files Browse the repository at this point in the history
fix liquibase changelog for mysql
  • Loading branch information
Alex Eng committed Jul 12, 2013
2 parents df9ddc2 + 85d0ee8 commit bc8c0ad
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -18,7 +18,7 @@
<column name="lastChanged" type="DATETIME">
<constraints nullable="false" />
</column>
<column name="commenter_id" type="int">
<column name="commenter_id" type="bigint">
<constraints nullable="false"/>
</column>
<column name="target_id" type="bigint">
Expand Down

0 comments on commit bc8c0ad

Please sign in to comment.