mirror of https://github.com/apache/openjpa.git
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:
parent
bfad6bc65f
commit
3b3d01cb6a
|
@ -34,7 +34,7 @@ import javax.persistence.Version;
|
|||
*
|
||||
*/
|
||||
@Entity
|
||||
@Table(name="TSENTITY")
|
||||
@Table(name="TSENTITY1")
|
||||
public class TimestampedEntity {
|
||||
@Id
|
||||
@GeneratedValue
|
||||
|
|
Loading…
Reference in New Issue