OPENJPA-1726: force table to be recreated with correct TIMESTAMP column type.

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@966442 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Fay Wang 2010-07-21 22:22:30 +00:00
parent bfad6bc65f
commit 3b3d01cb6a
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ import javax.persistence.Version;
*
*/
@Entity
@Table(name="TSENTITY")
@Table(name="TSENTITY1")
public class TimestampedEntity {
@Id
@GeneratedValue