HHH-10296 : Fix more DB reserved words used by tests

(cherry picked from commit ae91c8722ae03ef837013e328df2d4ad3cd72122)
This commit is contained in:
Gail Badner 2015-11-24 13:57:43 -08:00
parent 8552b84ae5
commit e032ac6793

View File

@ -312,6 +312,7 @@ public String getDescription() {
public void setDescription(String description) {
this.description = description;
}
@Column(name="`date`")
public Date getDate() {
return date;
}